diff options
Diffstat (limited to 'roles/stream/templates')
-rw-r--r-- | roles/stream/templates/emacsconf.nginx.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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; |