Fix typo on nginx

This commit is contained in:
PLUJA 2020-09-26 20:23:56 +02:00 committed by GitHub
parent 2dbc62c6ff
commit 1dd00670eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;