nginx and other stuff
This commit is contained in:
12
nginx/default.conf
Normal file
12
nginx/default.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
location = /qr { # Exact match for /qr
|
||||
proxy_pass http://backend:3000/qr;
|
||||
}
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user