All logs in single folder
nginx cannot create the folder structure for logs
This commit is contained in:
@ -8,8 +8,8 @@ server {
|
||||
|
||||
server_name {{ domain_names | join: " " }};
|
||||
|
||||
access_log /data/logs/letsencrypt_requests/access.log standard;
|
||||
error_log /data/logs/letsencrypt_requests/error.log warn;
|
||||
access_log /data/logs/letsencrypt-requests_access.log standard;
|
||||
error_log /data/logs/letsencrypt-requests_error.log warn;
|
||||
|
||||
include conf.d/include/letsencrypt-acme-challenge.conf;
|
||||
|
||||
|
Reference in New Issue
Block a user