add several headers to default apache config

This commit is contained in:
2025-07-17 21:05:37 +02:00
parent 348fc929d9
commit 1077491423

View File

@ -32,6 +32,10 @@
Header set Cache-Control "public,max-age=31536000,immutable" Header set Cache-Control "public,max-age=31536000,immutable"
</Directory> </Directory>
Header set X-Content-Type-Options "nosniff"
Header set Strict-Transport-Security "max-age=15768000; includeSubDomains"
Header set X-Frame-Options "DENY"
ProxyPass / http://localhost:3000/ ProxyPass / http://localhost:3000/
ProxyPassReverse / http://localhost:3000/ ProxyPassReverse / http://localhost:3000/