debug: sigil / after proxy connect

This commit is contained in:
Stepan Vladovskiy 2023-10-12 11:35:36 -03:00
parent 6047a3b259
commit 36d36defd8

View File

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