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
commit 2e8f96a7f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
# }