Merge pull request #1367 from bookwyrm-social/nginx-max-content

Increase max upload size in nginx
This commit is contained in:
Mouse Reeve
2021-09-06 10:54:42 -07:00
committed by GitHub

View File

@ -24,7 +24,9 @@ server {
# listen 443 ssl http2;
#
# server_name your-domain.com;
#
# client_max_body_size 3M;
#
# if ($host != "you-domain.com") {
# return 301 $scheme://your-domain.com$request_uri;
# }