feat: add wildcat to /connect for handle Token
Some checks are pending
deploy / deploy (push) Waiting to run
Some checks are pending
deploy / deploy (push) Waiting to run
This commit is contained in:
parent
e13cdd7298
commit
518bc4020b
|
@ -49,7 +49,7 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Custom location block for /connect
|
# Custom location block for /connect
|
||||||
location /connect/* {
|
location ~ ^/connect/.*$ {
|
||||||
proxy_pass http://presence-8080/;
|
proxy_pass http://presence-8080/;
|
||||||
{{ $proxy_settings }}
|
{{ $proxy_settings }}
|
||||||
{{ $gzip_settings }}
|
{{ $gzip_settings }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user