Follow-up to 8f2308b98
This commit is contained in:
parent
8f2308b985
commit
58aae42324
@ -18,13 +18,6 @@ apache:
|
|||||||
# ``apache.mod_wsgi`` formula additional configuration:
|
# ``apache.mod_wsgi`` formula additional configuration:
|
||||||
mod_wsgi: mod_wsgi
|
mod_wsgi: mod_wsgi
|
||||||
|
|
||||||
# ``apache.mod_remoteip`` formula additional configuration:
|
|
||||||
mod_remoteip:
|
|
||||||
RemoteIPHeader: X-Forwarded-For
|
|
||||||
RemoteIPTrustedProxy:
|
|
||||||
- 10.0.8.0/24
|
|
||||||
- 127.0.0.1
|
|
||||||
|
|
||||||
# ``apache.vhosts`` formula additional configuration:
|
# ``apache.vhosts`` formula additional configuration:
|
||||||
sites:
|
sites:
|
||||||
example.net:
|
example.net:
|
||||||
@ -127,3 +120,10 @@ apache:
|
|||||||
# can be Full | OS | Minimal | Minor | Major | Prod
|
# can be Full | OS | Minimal | Minor | Major | Prod
|
||||||
# where Full conveys the most information, and Prod the least.
|
# where Full conveys the most information, and Prod the least.
|
||||||
ServerTokens: Prod
|
ServerTokens: Prod
|
||||||
|
|
||||||
|
# ``apache.mod_remoteip`` formula additional configuration:
|
||||||
|
mod_remoteip:
|
||||||
|
RemoteIPHeader: X-Forwarded-For
|
||||||
|
RemoteIPTrustedProxy:
|
||||||
|
- 10.0.8.0/24
|
||||||
|
- 127.0.0.1
|
Loading…
Reference in New Issue
Block a user