Lowered client_max_body_size in ex.ert.space to 512M.

This commit is contained in:
nonphatic 2018-06-03 08:37:12 -07:00
parent 1cc4b13ef8
commit 3d213a65b1
1 changed files with 1 additions and 1 deletions

View File

@ -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;