feat: add wildcat to /connect for handle Token
Some checks are pending
deploy / deploy (push) Waiting to run

This commit is contained in:
Stepan Vladovskiy 2023-10-18 07:11:08 -03:00
parent e13cdd7298
commit 518bc4020b

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