Increase max upload size in nginx

This commit is contained in:
Mouse Reeve 2021-09-06 09:43:41 -07:00
parent 07ba880ff7
commit 34a5eccba7

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