unblokc .well-known (#50)
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>
|
add_header Strict-Transport-Security "max-age=31536000{{ isHSTSSubdomains() ? '; includeSubDomains' : '' }}{{ isHSTSPreload() ? '; preload' : '' }}" always;</span>
|
||||||
|
|
||||||
# . files
|
# . files
|
||||||
location ~ /\. {
|
location ~ /\.(?!well-known) {
|
||||||
deny all;
|
deny all;
|
||||||
}<span ng-if="data.expires_assets && data.expires_assets !== data.expires_media">
|
}<span ng-if="data.expires_assets && data.expires_assets !== data.expires_media">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue