mirror of
https://git.freecumextremist.com/icscarythings/treebird-docker.git
synced 2024-11-27 02:53:55 +00:00
add this since it was a gotcha for me
This commit is contained in:
parent
d26d49dfeb
commit
57ec30b976
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ server {
|
|||
ssl_certificate_key /etc/letsencrypt/live/treebird.example.com/privkey.pem;
|
||||
include /etc/letsencrypt/options-ssl-nginx.conf;
|
||||
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
|
||||
|
||||
# Set the default upload limit (only 1M if not set!)
|
||||
client_max_body_size 50M;
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
Loading…
Reference in a new issue