summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-08-15 00:32:46 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-08-20 22:12:03 +0200
commite843ca12d19c544ec22c85c6199bce1cbb9524c1 (patch)
tree8c69ac438a0a1b323fd56b046abcf48289fb6708 /chaos-at-home
parentcoturn: move to generic nginx-vhost template (diff)
ch-pan: make use of new features of nginx/vhost generic template
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/ch-pan.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chaos-at-home/ch-pan.yml b/chaos-at-home/ch-pan.yml
index eea3f287..b4106680 100644
--- a/chaos-at-home/ch-pan.yml
+++ b/chaos-at-home/ch-pan.yml
@@ -45,10 +45,10 @@
- dyn.schaaas.at
tls:
certificate_provider: "{{ acme_client }}"
+ logs:
+ access: /var/log/nginx/dyn-schaaas_access.log
+ error: /var/log/nginx/dyn-schaaas_error.log
extra_directives: |
- access_log /var/log/nginx/dyn-schaaas_access.log;
- error_log /var/log/nginx/dyn-schaaas_error.log;
-
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
@@ -59,7 +59,7 @@
ssi on;
locations:
'= /raw':
- extra_directives: |
+ custom: |
types { }
default_type text/plain;
ssi_types text/plain;