From ebedc362b298a3e585b905e13e6b79a9eac5dc97 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Thu, 12 Oct 2023 11:37:35 -0300 Subject: [PATCH] debug: sigil / after proxy connect --- nginx.conf.sigil | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nginx.conf.sigil b/nginx.conf.sigil index 09071da..8a075fe 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -54,6 +54,16 @@ server { {{ $cors_headers_get }} } + # 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 }} + } + # Error pages error_page 400 401 402 403 405 406 407 408 409 410 411 412 413 414 415 416 417 418 420 422 423 424 426 428 429 431 444 449 450 451 /400-error.html;