diff --git a/SELF-HOSTING.md b/SELF-HOSTING.md index cfa42fd..3cba671 100644 --- a/SELF-HOSTING.md +++ b/SELF-HOSTING.md @@ -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;