This commit is contained in:
Untone 2023-10-14 09:38:24 +03:00
commit bc2fc7c9a0

View File

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