Fix typo on update instructions that broke icons
This commit is contained in:
parent
1dd00670eb
commit
4c43b67678
@ -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;
|
||||
|
Reference in New Issue
Block a user