Upped client_max_body_size to 2 GB for ex.ert.space.

This commit is contained in:
nonphatic 2018-06-02 16:59:03 -07:00
parent ba98ffe587
commit 1cc4b13ef8
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
server {
server_name ex.ert.space;
client_max_body_size 2048M;
location / {
proxy_pass http://localhost:8080;
proxy_set_header Host $host;
@ -26,4 +27,4 @@ server {
return 404; # managed by Certbot
}
}