Increase the client buffer size

This commit is contained in:
niten 2023-10-03 18:41:48 -07:00
parent b5d5535cd0
commit fc9ca3cc3c
1 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,8 @@ let
server_name localhost;
server_tokens off;
client_body_buffer_size 1024m;
gzip on;
gzip_types text/css application/javascript image/svg+xml;
gzip_vary on;