Update hopglass-frontend templates
This commit is contained in:
parent
70b7589493
commit
5547fbd7b3
|
@ -53,5 +53,11 @@
|
|||
{ "site": "ffhh-sued", "name": "Hamburg-Sued" },
|
||||
{ "site": "ffhh-west", "name": "Hamburg-West" }
|
||||
],
|
||||
"domainNames": [
|
||||
{ "domain": "ffhh_nowe", "name": "Hamburg-NordWest" },
|
||||
{ "domain": "ffhh_ost", "name": "Hamburg-Ost" },
|
||||
{ "domain": "ffhh_sued", "name": "Hamburg-Sued" },
|
||||
{ "domain": "ffhh_west", "name": "Hamburg-West" }
|
||||
],
|
||||
"hwImg": []
|
||||
}
|
||||
|
|
|
@ -7,9 +7,15 @@ server {
|
|||
ssl_certificate_key {{ hopglass_frontend_tls_key }};
|
||||
|
||||
include snippets/header-hsts.conf;
|
||||
include snippets/header-security.conf;
|
||||
include snippets/no-unsafe-files.conf;
|
||||
|
||||
add_header Referrer-Policy same-origin;
|
||||
add_header X-Content-Type-Options nosniff;
|
||||
add_header X-XSS-Protection "1; mode=block";
|
||||
proxy_hide_header Referrer-Policy;
|
||||
proxy_hide_header X-Content-Type-Options;
|
||||
proxy_hide_header X-XSS-Protection;
|
||||
|
||||
root {{ hopglass_frontend_path }}/build;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue