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;