refactoring in between

This commit is contained in:
Nico Schottelius 2023-12-04 10:16:33 +01:00
commit a138276c54
10 changed files with 80 additions and 29 deletions

View file

@ -6,9 +6,9 @@ server {
ssl_certificate /ssl/chain.crt;
ssl_certificate_key /ssl/certificate.keyplain;
access_log /var/log/nginx/element/access-{{ inventory_hostname }}.log main;
access_log /var/log/nginx/element-access-{{ inventory_hostname }}.log main;
access_log /var/log/nginx/access-{{ inventory_hostname }}.log main;
error_log /var/log/nginx/element/error-{{ inventory_hostname }}.log notice;
error_log /var/log/nginx/element-error-{{ inventory_hostname }}.log notice;
error_log /var/log/nginx/error-{{ inventory_hostname }}.log notice;
error_page 403 404 /403_404.html;