From 8637995c0f20672553c192907a36d3c8519b61d4 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sun, 23 Oct 2022 08:32:19 -0400 Subject: Stream test --- roles/stream/templates/emacsconf.nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/stream/templates/emacsconf.nginx.conf') diff --git a/roles/stream/templates/emacsconf.nginx.conf b/roles/stream/templates/emacsconf.nginx.conf index 235a661..57570e9 100644 --- a/roles/stream/templates/emacsconf.nginx.conf +++ b/roles/stream/templates/emacsconf.nginx.conf @@ -1,8 +1,8 @@ -location /emacsconf { +location /emacsconf/ { try_files $uri $uri/ @emacsconf_upstream; } location @emacsconf_upstream { - proxy_pass http://localhost:{{ icecast_port }}; + proxy_pass http://localhost:{{ icecast_port }}/emacsconf/; proxy_http_version 1.1; proxy_buffering off; proxy_request_buffering off; -- cgit v1.2.3