From 111e295f9c92e47b2b1a22892a14852758d14c4b Mon Sep 17 00:00:00 2001 From: Zzzz <46766062+samuraikid0@users.noreply.github.com> Date: Sat, 25 Nov 2023 12:15:52 +0700 Subject: [PATCH] Update README.md (#71) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit more secure way, also added some visibility ➡️ Click to expand ⬅️ --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e171cb9..456a950d 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,9 @@ From Nginx Proxy Manager: - Request new SSL certificate
- From Nginx Proxy config: + Nginx Proxy config +➡️ Click to expand ⬅️ + ``` server { @@ -88,7 +90,7 @@ location / { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header Host $host; - proxy_pass http://localhost:7000; + proxy_pass http://127.0.0.1:7000; client_max_body_size 0; proxy_max_temp_file_size 0;