add this since it was a gotcha for me

This commit is contained in:
ICScaryThings 2022-07-17 19:20:33 -04:00
parent d26d49dfeb
commit 57ec30b976
1 changed files with 3 additions and 0 deletions

View File

@ -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 {