debug: proxy_pass with uri

This commit is contained in:
Stepan Vladovskiy 2023-10-13 13:09:16 -03:00
parent de1261cd47
commit 276711a59f

View File

@ -56,7 +56,7 @@ server {
# Custom location block for /connect
location /connect {
proxy_pass http://presence-8080/;
proxy_pass http://presence-8080$uri$is_args$args/;
{{ $proxy_settings }}
{{ $gzip_settings }}
{{ $cors_headers_options }}