Update nginx.conf

This commit is contained in:
ƬHE ЯAW ☣
2022-12-28 03:53:43 +01:00
committed by GitHub
parent 37b51ea5d2
commit 979c2477fd
+2 -2
View File
@@ -47,8 +47,8 @@ http {
# ////////////////////////////////////////////////////// # # ////////////////////////////////////////////////////// #
# ==================== GENERAL ========================= # # ==================== GENERAL ========================= #
client_body_buffer_size 1M; client_body_buffer_size 2M;
client_header_buffer_size 1M; client_header_buffer_size 2M;
client_body_timeout 90s; client_body_timeout 90s;
client_header_timeout 90s; client_header_timeout 90s;
client_max_body_size 2M; client_max_body_size 2M;