mirror of
https://github.com/pretix/pretix.git
synced 2026-08-16 11:46:27 +00:00
Dockerfile: Move nginx client_max_body_size to seperate file (#2207)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
client_max_body_size 100M;
|
||||
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user