diff --git a/nginx.conf.sigil b/nginx.conf.sigil index 7fe86e9a..c1b37923 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -49,14 +49,14 @@ server { } # Custom location block for /connect - location /connect/ { - proxy_pass http://presence-8080/; - {{ $proxy_settings }} - {{ $gzip_settings }} - {{ $cors_headers_options }} - {{ $cors_headers_post }} - {{ $cors_headers_get }} - } + # location /connect/ { + # proxy_pass http://presence-8080/; + # {{ $proxy_settings }} + # {{ $gzip_settings }} + # {{ $cors_headers_options }} + # {{ $cors_headers_post }} + # {{ $cors_headers_get }} + # } location ~* \.(jpg|jpeg|png|gif|ico|css|js)$ { expires 30d; # This means that the client can cache these resources for 30 days.