debug: sv - trying different configs in nginx.sigil

This commit is contained in:
Stepan Vladovskiy 2024-05-06 02:54:58 -03:00
parent 4c274eee2e
commit 22106ad657

View File

@ -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 }}