yMerge branch 'dev-indep' of https://github.com/ytorg/yotter into dev-indep
This commit is contained in:
commit
0ffbcdf154
@ -14,7 +14,7 @@
|
||||
|
||||
2. **IMPORTANT** You will need to change the nginx config file (`/etc/nginx/sites-enabled/yotter`) by adding `/a` on the proxy rule so it should look like this:
|
||||
```
|
||||
location ~ (/videoplayback|/vi/|/a) {
|
||||
location ~ (/videoplayback|/vi/|/a/) {
|
||||
proxy_buffering off;
|
||||
resolver 1.1.1.1;
|
||||
proxy_pass https://$arg_host;
|
||||
|
@ -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