nginx/application: Enabled acme verification for all over http

wip
Felix Stupp 5 years ago
parent facee1a61d
commit 7122bcf9e3
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

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

Loading…
Cancel
Save