All logs in single folder
nginx cannot create the folder structure for logs
This commit is contained in:
@ -12,8 +12,8 @@ server {
|
||||
#listen [::]:80;
|
||||
{% endif %}
|
||||
server_name default-host.localhost;
|
||||
access_log /data/logs/default_host/access.log combined;
|
||||
error_log /data/logs/default_host/error.log warn;
|
||||
access_log /data/logs/default-host_access.log combined;
|
||||
error_log /data/logs/default-host_error.log warn;
|
||||
{% include "_exploits.conf" %}
|
||||
|
||||
{%- if value == "404" %}
|
||||
|
Reference in New Issue
Block a user