Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ansible/roles/camunda
1 result
Show changes
Commits on Source (1)
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
ErrorLog ${APACHE_LOG_DIR}/{{ camunda_domain }}-error.log ErrorLog ${APACHE_LOG_DIR}/{{ camunda_domain }}-error.log
LogLevel warn LogLevel warn
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy LogFormat "\"%{X-Forwarded-For}i\" %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy
SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded
CustomLog ${APACHE_LOG_DIR}/{{ camunda_domain }}-access.log combined env=!forwarded CustomLog ${APACHE_LOG_DIR}/{{ camunda_domain }}-access.log combined env=!forwarded
CustomLog ${APACHE_LOG_DIR}/{{ camunda_domain }}-access.log proxy env=forwarded CustomLog ${APACHE_LOG_DIR}/{{ camunda_domain }}-access.log proxy env=forwarded
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
ErrorLog ${APACHE_LOG_DIR}/{{ camunda_domain }}-error.log ErrorLog ${APACHE_LOG_DIR}/{{ camunda_domain }}-error.log
LogLevel warn LogLevel warn
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy LogFormat "\"%{X-Forwarded-For}i\" %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy
SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded
CustomLog ${APACHE_LOG_DIR}/{{ camunda_domain }}-access.log combined env=!forwarded CustomLog ${APACHE_LOG_DIR}/{{ camunda_domain }}-access.log combined env=!forwarded
CustomLog ${APACHE_LOG_DIR}/{{ camunda_domain }}-access.log proxy env=forwarded CustomLog ${APACHE_LOG_DIR}/{{ camunda_domain }}-access.log proxy env=forwarded
......