This commit is contained in:
2026-01-16 10:38:54 +05:00
parent f0b8ed240f
commit 641e1fc14d
14 changed files with 3109 additions and 1313 deletions

View File

@@ -4,6 +4,11 @@ server {
root /usr/share/nginx/html;
index index.html;
# MIME types for JavaScript modules
location ~* \.js$ {
add_header Content-Type application/javascript;
}
# SPA fallback
location / {
try_files $uri $uri/ /index.html;