mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
corrected docker specific file
This commit is contained in:
parent
031987aaab
commit
b08b54b0dd
@ -67,7 +67,7 @@ server {
|
|||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
|
|
||||||
# no trailing slash to keep the hook/ prefix
|
# no trailing slash to keep the hook/ prefix
|
||||||
proxy_pass http://backend:4000;
|
proxy_pass http://127.0.0.1:4000;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -52,7 +52,7 @@ server {
|
|||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
|
|
||||||
# no trailing slash to keep the hook/ prefix
|
# no trailing slash to keep the hook/ prefix
|
||||||
proxy_pass http://backend:4000;
|
proxy_pass http://127.0.0.1:4000;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user