7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-29 12:20:49 +00:00

Fix "notes-backend may not have port 8000" error

This commit is contained in:
Régis Behmo 2019-01-07 07:40:30 +01:00
parent 3b7c1c25c5
commit e6acdcc493

View File

@ -30,7 +30,7 @@ server {
proxy_set_header Host $http_host;
proxy_redirect off;
proxy_pass http://notes-backend:8000;
proxy_pass http://notes-backend;
}
}
{% endif %}