summaryrefslogtreecommitdiffstats
path: root/roles/stream/templates/emacsconf.nginx.conf
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-28 19:57:52 -0500
committerSacha Chua <sacha@sachachua.com>2022-11-28 19:57:52 -0500
commitf748ff206801304b39b8e3222c5abf9551918713 (patch)
tree444c5229fdd1d0e7953e6c31c885b03a19b4ead8 /roles/stream/templates/emacsconf.nginx.conf
parent07d8698dde10d57e58c464f0472b244ec78b8254 (diff)
downloademacsconf-ansible-f748ff206801304b39b8e3222c5abf9551918713.tar.xz
emacsconf-ansible-f748ff206801304b39b8e3222c5abf9551918713.zip
fallback for stream
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;