From bd31c0afc5d1d41e25595c7a9a90016ccb4f2a1c Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 11 Jan 2024 20:02:39 +0300 Subject: [PATCH] no-presence-sigil --- nginx.conf.sigil | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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.