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