forked from infra/ansible
people: add directives to log real remote ip in logs
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ec9984fcec
commit
6bd6eb6365
1 changed files with 3 additions and 0 deletions
|
|
@ -75,6 +75,9 @@ NameVirtualHost *:80
|
|||
Listen 3923 http
|
||||
<VirtualHost *:3923>
|
||||
|
||||
RemoteIPHeader X-Real-Ip
|
||||
RemoteIPInternalProxy ::1
|
||||
|
||||
<Location />
|
||||
ExpiresActive On
|
||||
ExpiresDefault "access plus 30 minutes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue