Skip to content

Commit 3794c24

Browse files
authored
Update README.md
1 parent e58aa8c commit 3794c24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ To ensure the script is functional, edit these 4 variables (mandatory).
8484
```bash
8585
# nginx_proxy_manager_cli.conf
8686

87-
## Nginx proxy IP address (your Nginx IP)
87+
## Nginx proxy IP address (your Nginx IP/port)
8888
NGINX_IP="127.0.0.1"
89+
NGINX_PORT="81"
90+
8991
## Existing user (user and password) on NPM
9092
API_USER="admin@example.com"
9193
API_PASS="changeme"

0 commit comments

Comments
 (0)