Fix typo on updating instructions
This commit is contained in:
parent
c4e49492f2
commit
7a6b1d1bdd
@ -17,8 +17,8 @@
|
|||||||
location ~ (/videoplayback|/vi/|/a) {
|
location ~ (/videoplayback|/vi/|/a) {
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
resolver 1.1.1.1;
|
resolver 1.1.1.1;
|
||||||
proxy_pass https://$arg_hostname;
|
proxy_pass https://$arg_host;
|
||||||
proxy_set_header Host $arg_hostname;
|
proxy_set_header Host $arg_host;
|
||||||
add_header Access-Control-Allow-Origin *;
|
add_header Access-Control-Allow-Origin *;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user