File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ server {
1414
1515 ## uncomment if you want to enable HSTS with 6 months cache
1616 ## ATTENTION: Be sure you know the implications of this change (you won't be able to disable HTTPS anymore)
17- #add_header Strict-Transport-Security max-age=15768000;
17+ #add_header Strict-Transport-Security max-age=15768000 always ;
1818
1919 ## replace with your SSL certificate
2020 ssl_certificate /etc/letsencrypt/live/matomo.example.com/fullchain.pem;
2121 ssl_certificate_key /etc/letsencrypt/live/matomo.example.com/privkey.pem;
2222
2323 include ssl .conf; # if you want to support older browsers, please read through this file
2424
25- add_header Referrer-Policy origin; # make sure outgoing links don't show the URL to the Matomo instance
25+ add_header Referrer-Policy origin always ; # make sure outgoing links don't show the URL to the Matomo instance
2626
2727 root /var/www/matomo/; # replace with path to your matomo instance
2828
You can’t perform that action at this time.
0 commit comments