Set client_max_body_size 50M; to allow file uploads larger than 1m in Docker hosted instances.

This commit is contained in:
Graham
2020-08-26 16:49:18 -06:00
parent d5b366c317
commit c120c0c416

View File

@@ -7,6 +7,7 @@ server {
root /pinry/pinry-spa/dist/;
client_max_body_size 50M;
location /static {
alias /data/static;
expires max;