This commit is contained in:
Daisuke Sato 2021-05-27 00:24:21 +00:00 committed by GitHub
commit 65154426e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}