fix: sigil proxy for /connect
This commit is contained in:
parent
a14c70e8c7
commit
e39450d33b
|
@ -51,6 +51,11 @@ server {
|
|||
# Custom location block for /connect
|
||||
location /connect {
|
||||
proxy_pass http://presence-8080;
|
||||
{{ $proxy_settings }}
|
||||
{{ $gzip_settings }}
|
||||
{{ $cors_headers_options }}
|
||||
{{ $cors_headers_post }}
|
||||
{{ $cors_headers_get }}
|
||||
}
|
||||
|
||||
location ~* \.(jpg|jpeg|png|gif|ico|css|js)$ {
|
||||
|
|
Loading…
Reference in New Issue
Block a user