misen place back

This commit is contained in:
2026-09-12 22:35:19 +02:00
parent e19b499ee7
commit 5caa4e6761
61 changed files with 32 additions and 11321 deletions
-15
View File
@@ -1,15 +0,0 @@
server {
listen 80;
server_name _;
root /usr/share/nginx/html;
index index.html;
include /etc/nginx/mime.types;
types {
application/javascript mjs;
}
location / {
try_files $uri $uri/ /index.html;
}
}