fix docker build

This commit is contained in:
Mateusz Gruszczyński
2026-04-06 16:50:04 +02:00
parent 3f130ad9ed
commit 0e2ed655bf
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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;