DEVOPS-1898

This commit is contained in:
Pavel Zilke 2025-01-23 12:16:28 +03:00 committed by Халтобин Евгений
parent 8401b0ff97
commit 1dfa9a8ac0

View file

@ -106,6 +106,7 @@ http {
location @index {
root /frontend;
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;
try_files /index.html =404;
}