mirror of
https://github.com/csharpee/nginxconfig.io.git
synced 2025-11-12 00:03:01 -05:00
unblokc .well-known (#50)
This commit is contained in:
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…
x
Reference in New Issue
Block a user