Add mta-sts configuration

This commit is contained in:
2025-10-22 14:32:26 +02:00
parent a3ed6840dc
commit cc2c0a439f
4 changed files with 20 additions and 6 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
server {
listen [::]:443 ssl proxy_protocol http2;
add_header Expect-CT "max-age=86400, enforce" always;
listen [::]:443 ssl http2;
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
root /var/www/html;
location / {