fix: increase request body size for git.vlw.se
This commit is contained in:
parent
f57945acca
commit
c34615eb4f
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ server {
|
|||
include snippets/vlw.se-ssl;
|
||||
|
||||
location / {
|
||||
client_max_body_size 16M;
|
||||
|
||||
proxy_pass http://localhost:8004;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue