mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 06:35:38 +00:00
lychee: increase client_max_body_size
This commit is contained in:
@ -50,6 +50,7 @@ http {
|
||||
listen 80;
|
||||
root /lychee;
|
||||
index index.php index.html;
|
||||
client_max_body_size 100M;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
|
Reference in New Issue
Block a user