Lowered client_max_body_size in ex.ert.space to 512M.
This commit is contained in:
parent
1cc4b13ef8
commit
3d213a65b1
|
@ -1,6 +1,6 @@
|
|||
server {
|
||||
server_name ex.ert.space;
|
||||
client_max_body_size 2048M;
|
||||
client_max_body_size 512M;
|
||||
location / {
|
||||
proxy_pass http://localhost:8080;
|
||||
proxy_set_header Host $host;
|
||||
|
|
Loading…
Reference in New Issue