mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
* Set trivy scan to exit 0, until we cleanup those false positives * Add variable to ignore logs for certain User-Agents. This allows us to have a clearer log when using regular health checks
4 lines
153 B
Plaintext
4 lines
153 B
Plaintext
SetEnvIF User-Agent "(?i)(check|health|probe)" dontlog
|
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined env=!dontlog
|