unblokc .well-known (#50)

pull/66/head
lwl12 6 years ago committed by Bálint Szekeres
parent d4f3111c12
commit 1191637cc6

@ -11,7 +11,7 @@ add_header Content-Security-Policy "{{ data.content_security_policy }}" always;<
add_header Strict-Transport-Security "max-age=31536000{{ isHSTSSubdomains() ? '; includeSubDomains' : '' }}{{ isHSTSPreload() ? '; preload' : '' }}" always;</span>
# . files
location ~ /\. {
location ~ /\.(?!well-known) {
deny all;
}<span ng-if="data.expires_assets && data.expires_assets !== data.expires_media">

Loading…
Cancel
Save