mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
Increased paste size to 10M
This commit is contained in:
parent
d959eb9061
commit
0736f83b07
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ server {
|
||||||
error_log /srv/dpaste.de/var/nginx.error.log;
|
error_log /srv/dpaste.de/var/nginx.error.log;
|
||||||
|
|
||||||
keepalive_timeout 5;
|
keepalive_timeout 5;
|
||||||
client_max_body_size 2M;
|
client_max_body_size 10M;
|
||||||
|
|
||||||
location ~ /(favicon.ico|robots.txt) {
|
location ~ /(favicon.ico|robots.txt) {
|
||||||
access_log off;
|
access_log off;
|
||||||
|
|
Loading…
Reference in a new issue