web rettelser

This commit is contained in:
2026-04-19 20:09:43 +02:00
parent 9052dd8b0f
commit 34040af464
2 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ server {
listen 8001;
server_name _;
root /usr/share/nginx/html;
index index.html;
index app.html;
location /api/ {
proxy_pass http://api:8000/;