aboutsummaryrefslogtreecommitdiff
path: root/template/nginx/reverse-proxy.conf.template
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-28 19:02:24 +0800
committercrupest <crupest@outlook.com>2022-11-28 19:02:24 +0800
commit2d0a25da57d201ea76d2cbdc30f6d33cd76c95f8 (patch)
tree72d19c0fa7797f286c416b6782642c75e1ef19d4 /template/nginx/reverse-proxy.conf.template
parent910d03208b8696483a200e4d25b1a332110c1ef5 (diff)
downloadcrupest-2d0a25da57d201ea76d2cbdc30f6d33cd76c95f8.tar.gz
crupest-2d0a25da57d201ea76d2cbdc30f6d33cd76c95f8.tar.bz2
crupest-2d0a25da57d201ea76d2cbdc30f6d33cd76c95f8.zip
Move blog to hugo.
Diffstat (limited to 'template/nginx/reverse-proxy.conf.template')
-rw-r--r--template/nginx/reverse-proxy.conf.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/nginx/reverse-proxy.conf.template b/template/nginx/reverse-proxy.conf.template
index 99184e0..4cb8b33 100644
--- a/template/nginx/reverse-proxy.conf.template
+++ b/template/nginx/reverse-proxy.conf.template
@@ -17,6 +17,8 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://${CRUPEST_NGINX_UPSTREAM_NAME};
}
+
+ client_max_body_size 5G;
}
server {