Dockerfile: Move nginx client_max_body_size to seperate file (#2207)

This commit is contained in:
Tim Neumann
2021-09-16 12:36:25 +02:00
committed by GitHub
parent 2a3660f2d1
commit 680024234d
3 changed files with 2 additions and 1 deletions
@@ -0,0 +1 @@
client_max_body_size 100M;
-1
View File
@@ -16,7 +16,6 @@ http {
charset utf-8;
tcp_nopush on;
tcp_nodelay on;
client_max_body_size 100M;
log_format private '[$time_local] $host "$request" $status $body_bytes_sent';