mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
fix failures for larger uploads
This commit is contained in:
parent
ad01635dd9
commit
bacceedc29
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Rainbows! do
|
|||
|
||||
use :ThreadPool
|
||||
|
||||
client_max_body_size 1*1024*1024 # 1 Megabyte
|
||||
client_max_body_size 12*1024*1024 # 12 Megabytes
|
||||
|
||||
worker_processes 6
|
||||
worker_connections 32
|
||||
|
|
Loading…
Add table
Reference in a new issue