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 # Custom location block for /connect
location ~ ^/connect/.*$ { location /connect/?token= {
proxy_pass http://presence-8080; proxy_pass http://presence-8080/;
{{ $proxy_settings }} {{ $proxy_settings }}
{{ $gzip_settings }} {{ $gzip_settings }}
{{ $cors_headers_options }} {{ $cors_headers_options }}