Update SELF-HOSTING.md

This commit is contained in:
PLUJA 2020-09-14 20:04:46 +02:00 committed by GitHub
parent f9acfa69ea
commit 23a2809e0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@ server {
expires 30d; expires 30d;
} }
location /videoplayback { location ~ (/videoplayback|/vi/) {
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_hostname;