yMerge branch 'dev-indep' of https://github.com/ytorg/yotter into dev-indep

This commit is contained in:
pluja 2020-09-26 20:38:04 +02:00
commit 0ffbcdf154
2 changed files with 2 additions and 2 deletions

View File

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

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;