Update README.md

This commit is contained in:
Erreur32 2025-03-19 10:37:58 +01:00 committed by GitHub
parent e58aa8ce97
commit 3794c245dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,8 +84,10 @@ To ensure the script is functional, edit these 4 variables (mandatory).
```bash
# nginx_proxy_manager_cli.conf
## Nginx proxy IP address (your Nginx IP)
## Nginx proxy IP address (your Nginx IP/port)
NGINX_IP="127.0.0.1"
NGINX_PORT="81"
## Existing user (user and password) on NPM
API_USER="admin@example.com"
API_PASS="changeme"