DEVOPS-1898
This commit is contained in:
parent
d4a2b980ac
commit
f1c5c1e47e
1 changed files with 21 additions and 20 deletions
|
|
@ -106,6 +106,7 @@ http {
|
||||||
location @index {
|
location @index {
|
||||||
root /frontend;
|
root /frontend;
|
||||||
add_header Cache-Control "no-cache";
|
add_header Cache-Control "no-cache";
|
||||||
|
add_header Content-Security-Policy "frame-ancestors 'none'; default-src 'self'; script-src 'self'; style-src 'unsafe-inline' 'self' data:; font-src 'self' data:; img-src 'self' data:;";
|
||||||
expires 0;
|
expires 0;
|
||||||
try_files /index.html =404;
|
try_files /index.html =404;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue