summaryrefslogtreecommitdiffstats
path: root/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx.conf b/nginx.conf
index b5c5c40..8f33791 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -5,6 +5,7 @@ upstream itter {
server {
listen 443 ssl;
server_name 54itter.dotemgo.com;
+ client_max_body_size 10m;
ssl_certificate /root/dotemgo.com.pem.crt;
ssl_certificate_key /root/dotemgo.com.pem.key;