Add link to dokuwiki docs on uploadsize
This commit is contained in:
parent
3af5aa8862
commit
2b1a2c599b
|
@ -23,6 +23,7 @@ server {
|
||||||
add_header Strict-Transport-Security "max-age=63072000" always;
|
add_header Strict-Transport-Security "max-age=63072000" always;
|
||||||
|
|
||||||
# Maximum file upload size is 20MB - change accordingly if needed
|
# Maximum file upload size is 20MB - change accordingly if needed
|
||||||
|
# See: https://www.dokuwiki.org/faq:uploadsize
|
||||||
client_max_body_size 20M;
|
client_max_body_size 20M;
|
||||||
client_body_buffer_size 128k;
|
client_body_buffer_size 128k;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue