Update and unify app

This commit is contained in:
2024-06-27 22:52:39 +02:00
parent 3c831d5985
commit 7b8106fd02
16 changed files with 217 additions and 902 deletions

View File

@@ -1,12 +1,7 @@
server {
listen 80;
location = /qr { # Exact match for /qr
proxy_pass http://backend:3000/qr;
}
location / {
root /usr/share/nginx/html;
index index.html;
proxy_pass http://backend:3000/;
}
}