1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/security-181] Update INSTALL.html to ask for more secure apache config

SECURITY-181
This commit is contained in:
Marc Alexander
2016-11-13 12:26:35 +01:00
parent 7ba9b06881
commit 44dd1ef984
2 changed files with 26 additions and 3 deletions

View File

@@ -115,6 +115,17 @@ code {
padding: 0 4px;
}
pre {
color: #006600;
font-weight: normal;
font-family: 'Courier New', monospace;
border-color: #D1D7DC;
border-width: 1px;
border-style: solid;
background-color: #FAFAFA;
padding: 0 4px
}
#wrap {
padding: 0 20px;
min-width: 650px;