Fix http proxy config
This commit is contained in:
parent
e93a6ec46a
commit
9dcb67b262
@ -16,7 +16,7 @@ http {
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://webservice:8000/;
|
||||
proxy_pass ${LACONIC_ORIGIN_SERVICE_URL};
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user