nginx/application: Disabled access_log on acme requests
parent
ba83686562
commit
57e422b478
@ -1,5 +1,5 @@
|
||||
location /{{ acme_validation_directory }} {
|
||||
root {{ nginx_validation_root_directory }};
|
||||
access_log on;
|
||||
access_log off;
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
|
Loading…
Reference in New Issue