remove duplicate client_max_body_size

This commit is contained in:
Arthur Lu 2023-12-11 18:55:02 -08:00
parent fea7dd9166
commit a13c39acde

View File

@ -6,7 +6,6 @@ events {
}
http {
server_tokens off;
client_max_body_size 1m;
sendfile on;
tcp_nopush on;
types_hash_max_size 2048;