Increases client max body size for gitea

This commit is contained in:
Abhinav Sarkar 2018-09-30 15:52:20 +00:00
parent 2b5b65a770
commit 4fde8d58e5

View File

@ -15,6 +15,8 @@ server {
proxy_pass http://gitea:3000;
}
client_max_body_size 10M;
# Block Bad Bots
if ($bad_bot) { return 403; }