mirror of
https://github.com/pinry/pinry.git
synced 2026-01-18 13:12:08 +01:00
Set client_max_body_size 50M; to allow file uploads larger than 1m in Docker hosted instances.
This commit is contained in:
@@ -7,6 +7,7 @@ server {
|
||||
|
||||
root /pinry/pinry-spa/dist/;
|
||||
|
||||
client_max_body_size 50M;
|
||||
location /static {
|
||||
alias /data/static;
|
||||
expires max;
|
||||
|
||||
Reference in New Issue
Block a user