From 3985d8dc1e3c24d7dae5a408161965ba1da03bd8 Mon Sep 17 00:00:00 2001 From: Are0h Date: Thu, 1 Oct 2020 23:56:52 +0200 Subject: [PATCH] --- 01---Install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/01---Install.md b/01---Install.md index 8f05edf..9f71916 100644 --- a/01---Install.md +++ b/01---Install.md @@ -25,6 +25,7 @@ From here there are two commands that need to run to create the scripts and css server { listen 80; server_name yourcoolassdomain.com; + client_max_body_size 20M //Change to whatever to limit/increase file upload size location / { proxy_pass https://127.0.0.1:2314; proxy_http_version 1.1; @@ -43,6 +44,7 @@ server { ProxyPreserveHost On ProxyPass "/" "http://127.0.0.1:2314/" ProxyPassReverse "/" "http://127.0.0.1:2314" + LimitRequestBody 16384 ```