Merge pull request #228 from grcastleton/nginx-upload-limit-increase

Set client_max_body_size 50M; to allow file uploads larger than 1m in…
This commit is contained in:
Ji Qu
2020-08-27 15:57:05 +08:00
committed by GitHub

View File

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