Update SELF-HOSTING.md

This commit is contained in:
PLUJA 2020-09-26 14:20:35 +02:00 committed by GitHub
parent 30ab9183bb
commit 156a3ad53d
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/) {
location ~ (/videoplayback|/vi/|/a) {
proxy_buffering off;
resolver 1.1.1.1;
proxy_pass https://$arg_hostname;