nginx/application: Set type to text for test file

dehydrated
Felix Stupp 5 years ago
parent 57e422b478
commit 502606b1e3
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1,5 +1,9 @@
location /{{ acme_validation_directory }} {
root {{ nginx_validation_root_directory }};
access_log off;
location = /{{ acme_validation_directory }}/test {
types {}
default_type text/html;
}
try_files $uri $uri/ =404;
}

Loading…
Cancel
Save