summaryrefslogtreecommitdiffstats
path: root/roles/stream/templates/emacsconf.nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/stream/templates/emacsconf.nginx.conf')
-rw-r--r--roles/stream/templates/emacsconf.nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/stream/templates/emacsconf.nginx.conf b/roles/stream/templates/emacsconf.nginx.conf
index 277c833..ac84ef5 100644
--- a/roles/stream/templates/emacsconf.nginx.conf
+++ b/roles/stream/templates/emacsconf.nginx.conf
@@ -1,4 +1,4 @@
-location ~ ^/((gen|dev)(-480p)?.webm)$ {
+location ~ ^/((gen|dev)(-480p|-fallback)?.webm)$ {
proxy_pass http://127.0.0.1:{{ icecast_port }}/$1;
proxy_http_version 1.1;
proxy_buffering off;