Fix http proxy config

This commit is contained in:
David Boreham 2023-05-01 15:51:20 -06:00 committed by GitHub
parent e93a6ec46a
commit 9dcb67b262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ http {
}
location / {
proxy_pass http://webservice:8000/;
proxy_pass ${LACONIC_ORIGIN_SERVICE_URL};
}
}