Upped client_max_body_size to 2 GB for ex.ert.space.
This commit is contained in:
parent
ba98ffe587
commit
1cc4b13ef8
|
@ -1,5 +1,6 @@
|
||||||
server {
|
server {
|
||||||
server_name ex.ert.space;
|
server_name ex.ert.space;
|
||||||
|
client_max_body_size 2048M;
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://localhost:8080;
|
proxy_pass http://localhost:8080;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
|
@ -26,4 +27,4 @@ server {
|
||||||
return 404; # managed by Certbot
|
return 404; # managed by Certbot
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue