mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 12:29:16 +00:00
lychee: increase client_max_body_size
This commit is contained in:
parent
312201f514
commit
71af0bfb70
@ -50,6 +50,7 @@ http {
|
|||||||
listen 80;
|
listen 80;
|
||||||
root /lychee;
|
root /lychee;
|
||||||
index index.php index.html;
|
index index.php index.html;
|
||||||
|
client_max_body_size 100M;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri $uri/ /index.html;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user