We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25b03a commit ec80a8cCopy full SHA for ec80a8c
README.md
@@ -75,8 +75,8 @@ To ensure the script is functional, edit these 4 variables (mandatory).
75
## Nginx proxy IP address (your Nginx IP)
76
NGINX_IP="127.0.0.1"
77
## Existing user (user and password) on NPM
78
-API_USER="existingUser@mail.com"
79
-API_PASS="password"
+API_USER="admin@example.com"
+API_PASS="changeme"
80
# Path to store .txt files and Backups
81
BASE_DIR="/path/nginx_proxy_script/data"
82
@@ -177,7 +177,7 @@ Script Info: 2.3.5
177
Script Variables Information:
178
BASE_URL http://127.0.0.1:81/api
179
NGINX_IP 127.0.0.1
180
- API_USER user@monmail.com
+ API_USER admin@example.com
181
BASE_DIR /path/to/nginx_proxy
182
BACKUP_DIR /path/to/nginx_proxy/backups
183
BACKUP HOST 40
0 commit comments