add several headers to default apache config
This commit is contained in:
@ -32,6 +32,10 @@
|
||||
Header set Cache-Control "public,max-age=31536000,immutable"
|
||||
</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/
|
||||
ProxyPassReverse / http://localhost:3000/
|
||||
|
||||
|
Reference in New Issue
Block a user