File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232
3333 # add_header Strict-Transport-Security "max-age=31536000";
3434 # add_header Strict-Transport-Security "max-age=31536000" always;
35- add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" ;
35+ add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always ;
3636 # your certs, I'm using let's encrypt domain wildcards.
3737
3838 add_header X-Frame-Options SAMEORIGIN;
Original file line number Diff line number Diff line change 3232
3333 # add_header Strict-Transport-Security "max-age=31536000";
3434 # add_header Strict-Transport-Security "max-age=31536000" always;
35- add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" ;
35+ add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always ;
3636 # your certs, I'm using let's encrypt domain wildcards.
3737
3838 add_header X-Frame-Options SAMEORIGIN;
Original file line number Diff line number Diff line change 3232
3333 # add_header Strict-Transport-Security "max-age=31536000";
3434 # add_header Strict-Transport-Security "max-age=31536000" always;
35- add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" ;
35+ add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;
36+
3637 # your certs, I'm using let's encrypt domain wildcards.
3738
3839 add_header X-Frame-Options SAMEORIGIN;
You can’t perform that action at this time.
0 commit comments