fix: Re-enable /resize URI

This commit is contained in:
Daisuke Sato 2021-05-27 01:57:20 +09:00
parent e4922ce92f
commit d07b7f1317
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ server {
#_RELATIVE_URL_ROOT_ root /usr/local/lib/web/frontend/;
#_RELATIVE_URL_ROOT_}
location ~ .*/(api/.*|websockify) {
location ~ .*/(api/.*|websockify|resize) {
try_files $uri @api$http_upgrade;
}