nginx/application: Disable log for HTTPs forwarding

dehydrated
Felix Stupp 4 years ago
parent 49704746ad
commit 36da702163
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -69,6 +69,7 @@ http {
listen 80 default_server;
listen [::]:80 default_server;
include {{ nginx_snippets_directory }}/acme;
access_log off;
location / {
return 301 https://$host$request_uri;
}

Loading…
Cancel
Save