mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
add client_max_body_size
This commit is contained in:
@@ -9,6 +9,8 @@ server {
|
||||
ssl_certificate /certs/fullchain.pem;
|
||||
ssl_certificate_key /certs/private.key;
|
||||
|
||||
client_max_body_size 100M;
|
||||
|
||||
location = /favicon.ico {
|
||||
log_not_found off;
|
||||
access_log off;
|
||||
|
||||
Reference in New Issue
Block a user