Commit 27d4a03b authored by Florian Heder's avatar Florian Heder

[SECURITY] Activate prod settings by default - ETAG OFF

parent 9dafec3e
Pipeline #2633 failed with stages
in 1 second
......@@ -14,6 +14,7 @@ services:
- html:/usr/share/nginx/html
- certs:/etc/nginx/certs
- ./html:/etc/nginx/html
- ./nginx-prod-settings.conf:/etc/nginx/conf.d/nginx-prod-settings.conf
labels:
- "com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy=true"
......
......@@ -8,4 +8,6 @@ client_max_body_size 100M;
# set timeout to 10min
proxy_read_timeout 600s;
# security settings
server_tokens off;
etag off;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment