Increases client max body size for gitea
This commit is contained in:
parent
2b5b65a770
commit
4fde8d58e5
@ -15,6 +15,8 @@ server {
|
||||
proxy_pass http://gitea:3000;
|
||||
}
|
||||
|
||||
client_max_body_size 10M;
|
||||
|
||||
# Block Bad Bots
|
||||
if ($bad_bot) { return 403; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user