diff --git a/nginx.conf.sigil b/nginx.conf.sigil index fb17bba..a9d8314 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -55,7 +55,7 @@ server { } # Custom location block for /connect - location /connect { + location /connect/ { proxy_pass http://presence-8080/; add_header 'Cache-Control' 'no-cache'; add_header 'Content-Type' 'text/event-stream';