From deaa6dfe437e83af9dce2942dfe2aee016cd0dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Mon, 6 Apr 2026 16:59:23 +0200 Subject: [PATCH] fix docker build --- .env.example | 4 +++- reverse-proxy/nginx.conf.template | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 43e8045..affabad 100644 --- a/.env.example +++ b/.env.example @@ -17,4 +17,6 @@ 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 +PUBLIC_HTTP_PORT=8978 +ADMIN_EMAIL=admin@local.dev +ADMIN_PASSWORD=Admin123! \ No newline at end of file diff --git a/reverse-proxy/nginx.conf.template b/reverse-proxy/nginx.conf.template index f6a33fb..b3668b3 100644 --- a/reverse-proxy/nginx.conf.template +++ b/reverse-proxy/nginx.conf.template @@ -2,7 +2,8 @@ server { listen 80 default_server; server_name ${SERVER_NAME}; server_tokens off; - + etag off; + #client_max_body_size ${NGINX_CLIENT_MAX_BODY_SIZE}; proxy_http_version 1.1;