From 1b63fdedb55c1c652c8a46afce73865ad46861f2 Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 8 Mar 2023 16:37:47 -0500 Subject: feat: posts can have an image --- nginx.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'nginx.conf') 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; -- cgit v1.2.3