We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 846b517 + da592d5 commit b45e585Copy full SHA for b45e585
1 file changed
templates/neutronapi/httpd/10-neutron-httpd.conf
@@ -8,7 +8,9 @@
8
## Logging
9
ErrorLog /dev/stdout
10
ServerSignature Off
11
- CustomLog /dev/stdout combined
+ SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded
12
+ CustomLog /dev/stdout combined env=!forwarded
13
+ CustomLog /dev/stdout proxy env=forwarded
14
15
## Request header rules
16
## as per http://httpd.apache.org/docs/2.2/mod/mod_headers.html#requestheader
0 commit comments