diff --git a/nginx.conf.sigil b/nginx.conf.sigil index 50b623b4..c86696a4 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -66,7 +66,7 @@ server { # Custom location block for /upload location /upload { - proxy_pass http://uploader-8080; + proxy_pass http://uploader:8080; {{ $proxy_settings }} {{ $gzip_settings }} {{ $cors_headers_options }}