Skip to content
Snippets Groups Projects
Commit e41b654b authored by Ivan Procaccini's avatar Ivan Procaccini
Browse files

Fix: Use correct locator of the web docker service in the NGINX conf

parent eb8e7be3
No related branches found
No related tags found
No related merge requests found
Pipeline #310690 passed
......@@ -28,7 +28,7 @@ server {
location / {
# Pass the request to Gunicorn
proxy_pass http://127.0.0.1:8000;
proxy_pass http://web:8000;
# Set HTTP headers st our app knows where request came from
proxy_set_header Host $host;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment