Increased paste size to 10M

This commit is contained in:
Martin Mahner 2015-11-03 15:49:28 +00:00
parent d959eb9061
commit 0736f83b07

View file

@ -70,7 +70,7 @@ server {
error_log /srv/dpaste.de/var/nginx.error.log;
keepalive_timeout 5;
client_max_body_size 2M;
client_max_body_size 10M;
location ~ /(favicon.ico|robots.txt) {
access_log off;