From a9d8c11fc1afd39084759057e7e27c51dbf372b7 Mon Sep 17 00:00:00 2001 From: alexeh Date: Thu, 23 May 2024 10:20:15 +0300 Subject: [PATCH] fix nginx conf --- infrastructure/source_bundle/proxy/conf.d/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/source_bundle/proxy/conf.d/application.conf b/infrastructure/source_bundle/proxy/conf.d/application.conf index e05baa94..3e266295 100644 --- a/infrastructure/source_bundle/proxy/conf.d/application.conf +++ b/infrastructure/source_bundle/proxy/conf.d/application.conf @@ -29,5 +29,5 @@ server { ; proxy_set_header Connection "Upgrade"; ; proxy_pass_request_headers on; ; client_max_body_size 200m; -; } + } }