This commit is contained in:
Divyam 2023-08-16 20:57:03 +05:30
parent 6603482103
commit 1285c80eb3
3 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
h1:crT3nmopHwbRhK9YBcxrMA79uwxnUeICrXCVqfyGhY4=
schema.sql h1:paerY0qit/xu/bmqWoRAz7yaW0Omzrd3qGiGHw0dFGc=
h1:Cm7vJ3GAMEEH7A63yih9zeu5Y7sCROVWxSu+3wYTmLo=
schema.sql h1:oJuP4yJdNOdfTD8ekIQIDeGYuCxoVTdUDsp66sVye1c=

View file

@ -17,7 +17,7 @@ server {
}
location /api {
proxy_pass http://api:8080;
proxy_pass http://server:8080;
proxy_redirect default;
proxy_set_header Host $host;
proxy_set_header Upgrade $http_upgrade;

View file

@ -14,7 +14,7 @@ server {
}
location /api {
proxy_pass http://api:8080;
proxy_pass http://server:8080;
proxy_redirect default;
proxy_set_header Host $host;
proxy_set_header Upgrade $http_upgrade;