mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-20 16:52:02 +00:00
[Nginx] Remove Strict-Transport-Security for subdomains (prevented autoconfig from working without TLS)
This commit is contained in:
parent
1404fc50f4
commit
e6625501e7
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ server {
|
|||
ssl_session_timeout 1d;
|
||||
ssl_session_tickets off;
|
||||
|
||||
add_header Strict-Transport-Security "max-age=15768000; includeSubDomains";
|
||||
add_header Strict-Transport-Security "max-age=15768000;";
|
||||
add_header X-Content-Type-Options nosniff;
|
||||
add_header X-XSS-Protection "1; mode=block";
|
||||
add_header X-Robots-Tag none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue