allow pastes larger then a few kB, addressing supervisord warning
This commit is contained in:
@@ -22,6 +22,7 @@ http {
|
||||
tcp_nopush on;
|
||||
tcp_nodelay off;
|
||||
server_tokens off;
|
||||
client_max_body_size 10M;
|
||||
|
||||
gzip on;
|
||||
gzip_comp_level 5;
|
||||
|
||||
Reference in New Issue
Block a user