Changed nginx port as it won't work otherways :-)
This commit is contained in:
parent
d03a6e4985
commit
d0d097d665
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue