mirror of
https://github.com/Erreur32/nginx-proxy-manager-Bash-API.git
synced 2025-04-10 10:01:17 +02:00
Update README.md
This commit is contained in:
parent
e58aa8ce97
commit
3794c245dc
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue