Update and unify app
This commit is contained in:
@@ -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/;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user