Update hopglass-frontend templates

This commit is contained in:
Alexander Dietrich 2019-06-14 22:12:07 +02:00
parent 70b7589493
commit 5547fbd7b3
2 changed files with 13 additions and 1 deletions

View file

@ -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": []
}

View file

@ -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;
}