All logs in single folder

nginx cannot create the folder structure for logs
This commit is contained in:
chaptergy
2021-06-29 23:07:54 +02:00
parent b7b150a979
commit 56c317d223
5 changed files with 10 additions and 10 deletions

View File

@ -9,8 +9,8 @@ server {
{% include "_hsts.conf" %}
{% include "_forced_ssl.conf" %}
access_log /data/logs/redirection_host-{{ id }}/access.log standard;
error_log /data/logs/redirection_host-{{ id }}/error.log warn;
access_log /data/logs/redirection-host-{{ id }}_access.log standard;
error_log /data/logs/redirection-host-{{ id }}_error.log warn;
{{ advanced_config }}