feat: add wildcat to /connect for handle Token
Some checks failed
deploy / deploy (push) Failing after 5s

This commit is contained in:
Stepan Vladovskiy 2023-10-18 07:13:10 -03:00
parent 518bc4020b
commit c1d6a2d4e3

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 }}