From 354c272d6bfca246da8bc81f16bd9b200ba3eb42 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Thu, 11 Jul 2024 19:16:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b34b963..6a31636 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ chmod +x nginx_proxy_manager_cli.sh Only edit these 3 variables: ``` -## IP address of the Nginx server (your Nginx server IP) +## Nginx proxy IP address (your Nginx IP) NGINX_IP="127.0.0.1" ## Existing user (user and password) on NPM API_USER="existingUser@mail.com"