diff options
author | dan <[email protected]> | 2023-03-08 16:37:47 -0500 |
---|---|---|
committer | dan <[email protected]> | 2023-03-08 16:37:47 -0500 |
commit | 1b63fdedb55c1c652c8a46afce73865ad46861f2 (patch) | |
tree | 8c0c7ebed8511742b85ca4acde9727f377b4fa9a /nginx.conf | |
parent | 8b1ae4b43a59fb76f3628e0f6674b25cc632a364 (diff) | |
download | 54-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.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |