Increases client max body size for gitea

master
Abhinav Sarkar 2018-09-30 15:52:20 +00:00
parent 2b5b65a770
commit 4fde8d58e5
1 changed files with 2 additions and 0 deletions

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; }