nginx/application: Extracted acme snippets from global

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

@ -0,0 +1,5 @@
location /.well-known/acme-challenge {
root {{ nginx_validation_directory }};
access_log on;
try_files $uri $uri/ =404;
}

@ -1,8 +1,4 @@
location /.well-known/acme-challenge {
root {{ nginx_validation_directory }};
access_log on;
try_files $uri $uri/ =404;
}
include {{ nginx_snippets_directory }}/acme;
location = /robots.txt {
allow all;

Loading…
Cancel
Save