feat: add wildcat to /connect for handle Token
All checks were successful
deploy / deploy (push) Successful in 28s

This commit is contained in:
Stepan Vladovskiy 2023-10-18 06:57:13 -03:00
parent 4fec0ca7fb
commit e13cdd7298

View File

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