forked from infra/ansible
nextcloud: anonymize nginx logs
This commit is contained in:
parent
75ec080860
commit
ab82b09431
@ -3,3 +3,5 @@
|
||||
root_keys_host:
|
||||
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJu4xYKnnAhXf2Fe+cI+U4EVkePw3cbPbSR4iPhY2fQf xaver@xm.1drop.de"
|
||||
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGC1Cn/tEqpZKEgLzT3bGrhYibQy0bc21rtoDqm4+elZ xaver@home"
|
||||
|
||||
nginx_anonymize: True
|
||||
|
@ -27,9 +27,6 @@ server {
|
||||
ssl_certificate_key /etc/nginx/ssl/{{ nextcloud_domain }}.key;
|
||||
ssl_certificate /etc/nginx/ssl/{{ nextcloud_domain }}.crt;
|
||||
|
||||
# TODO enable anonymized in global config
|
||||
#access_log /var/log/nginx/access.log anonymized;
|
||||
|
||||
# Add headers to serve security related headers
|
||||
add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;";
|
||||
add_header X-Content-Type-Options nosniff;
|
||||
|
Loading…
Reference in New Issue
Block a user