Store host logs in subfolders
This commit is contained in:
@ -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 }}
|
||||
|
||||
|
Reference in New Issue
Block a user