feat: /connect/=
All checks were successful
deploy / deploy (push) Successful in 27s

This commit is contained in:
Stepan Vladovskiy 2023-10-18 07:30:22 -03:00
parent 83b5c2c139
commit 24be18abf1

View File

@ -49,8 +49,8 @@ server {
}
# Custom location block for /connect
location ~ ^/connect/.*$ {
proxy_pass http://presence-8080;
location /connect/?token= {
proxy_pass http://presence-8080/;
{{ $proxy_settings }}
{{ $gzip_settings }}
{{ $cors_headers_options }}