fix docker build

This commit is contained in:
Mateusz Gruszczyński
2026-04-06 16:59:23 +02:00
parent 0e2ed655bf
commit deaa6dfe43
2 changed files with 5 additions and 2 deletions

View File

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