Store host logs in subfolders

This commit is contained in:
chaptergy
2021-06-29 20:40:36 +02:00
parent bd3a13b2a5
commit fae848bd1b
5 changed files with 10 additions and 10 deletions

View File

@ -19,8 +19,8 @@ proxy_set_header Connection $http_connection;
proxy_http_version 1.1;
{% endif %}
access_log /data/logs/proxy-host-{{ id }}_access.log proxy;
error_log /data/logs/proxy-host-{{ id }}_error.log warn;
access_log /data/logs/proxy_host-{{ id }}/access.log proxy;
error_log /data/logs/proxy_host-{{ id }}/error.log warn;
{{ advanced_config }}