fix docker build
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user