From 0e2ed655bf48f14f5b46a11eba3b529f22ba4674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Mon, 6 Apr 2026 16:50:04 +0200 Subject: [PATCH] fix docker build --- .env.example | 1 + reverse-proxy/nginx.conf.template | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index a875a3b..43e8045 100644 --- a/.env.example +++ b/.env.example @@ -17,3 +17,4 @@ ADMIN_PASSWORD=ChangeMe123! UPLOAD_DIR=./uploads MAX_UPLOAD_SIZE_MB=10 API_CORS_ORIGIN=http://localhost:4200 +PUBLIC_HTTP_PORT=8978 \ No newline at end of file diff --git a/reverse-proxy/nginx.conf.template b/reverse-proxy/nginx.conf.template index 0c94f58..f6a33fb 100644 --- a/reverse-proxy/nginx.conf.template +++ b/reverse-proxy/nginx.conf.template @@ -3,7 +3,7 @@ server { server_name ${SERVER_NAME}; server_tokens off; - client_max_body_size ${NGINX_CLIENT_MAX_BODY_SIZE}; + #client_max_body_size ${NGINX_CLIENT_MAX_BODY_SIZE}; proxy_http_version 1.1; proxy_set_header Host $host;