Changed nginx port for the container as it won't work otherways #168

Merged
cami merged 1 commit from infra/apifix into main 2021-07-20 22:18:07 +00:00

View file

@ -10,9 +10,7 @@ server {
}
location /api {
# include uwsgi_params;
# uwsgi_pass http://backend-prod:5000;
proxy_pass http://backend-prod:5000;
proxy_pass http://backend-prod:5050;
}
error_page 500 502 503 504 /50x.html;