diff options
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/nginx.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf index 1c176bc..306c6ee 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -27,6 +27,7 @@ http { server { listen 80; server_name .dump.fm; + client_max_body_size 15m; location ~* /(avatars|images)/ { root /home/dumpfmprod/prod; |
