diff --git a/tls-proxy/nginx-config-template b/tls-proxy/nginx-config-template index 1979f03..6365d36 100644 --- a/tls-proxy/nginx-config-template +++ b/tls-proxy/nginx-config-template @@ -16,7 +16,7 @@ http { } location / { - proxy_pass http://webservice:8000/; + proxy_pass ${LACONIC_ORIGIN_SERVICE_URL}; } }