summaryrefslogtreecommitdiffstats
path: root/nginx.conf
diff options
context:
space:
mode:
authordan <[email protected]>2023-03-08 16:37:47 -0500
committerdan <[email protected]>2023-03-08 16:37:47 -0500
commit1b63fdedb55c1c652c8a46afce73865ad46861f2 (patch)
tree8c0c7ebed8511742b85ca4acde9727f377b4fa9a /nginx.conf
parent8b1ae4b43a59fb76f3628e0f6674b25cc632a364 (diff)
download54-1b63fdedb55c1c652c8a46afce73865ad46861f2.tar.gz
54-1b63fdedb55c1c652c8a46afce73865ad46861f2.tar.bz2
54-1b63fdedb55c1c652c8a46afce73865ad46861f2.zip
feat: posts can have an image
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;