fix: Re-enable /resize URI
This commit is contained in:
parent
e4922ce92f
commit
d07b7f1317
|
|
@ -18,7 +18,7 @@ server {
|
||||||
#_RELATIVE_URL_ROOT_ root /usr/local/lib/web/frontend/;
|
#_RELATIVE_URL_ROOT_ root /usr/local/lib/web/frontend/;
|
||||||
#_RELATIVE_URL_ROOT_}
|
#_RELATIVE_URL_ROOT_}
|
||||||
|
|
||||||
location ~ .*/(api/.*|websockify) {
|
location ~ .*/(api/.*|websockify|resize) {
|
||||||
try_files $uri @api$http_upgrade;
|
try_files $uri @api$http_upgrade;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue