Fix typo on nginx
This commit is contained in:
parent
2dbc62c6ff
commit
1dd00670eb
@ -189,7 +189,7 @@ server {
|
||||
expires 30d;
|
||||
}
|
||||
|
||||
location ~ (/videoplayback|/vi/|/a) {
|
||||
location ~ (/videoplayback|/vi/|/a/) {
|
||||
proxy_buffering off;
|
||||
resolver 1.1.1.1;
|
||||
proxy_pass https://$arg_host;
|
||||
|
Reference in New Issue
Block a user