mirror of
https://github.com/Erreur32/nginx-proxy-manager-Bash-API.git
synced 2025-04-10 18:11:18 +02:00
Update npm-api.sh
This commit is contained in:
parent
cbe7fc6697
commit
c5d188d272
1 changed files with 4 additions and 1 deletions
|
@ -16,15 +16,18 @@ VERSION="2.8.0"
|
|||
# PERSISTENT Config
|
||||
#################################
|
||||
# Create config file $SCRIPT_DIR/npm-api.conf and Edit Variables (required)
|
||||
|
||||
# NGINX_IP="127.0.0.1"
|
||||
# NGINX_PORT="81"
|
||||
# API_USER="admin@example.com"
|
||||
# API_PASS="changeme"
|
||||
#
|
||||
# Optional (only if you want in other placer than script directory)
|
||||
# DATA_DIR="/path/nginx_backup/dir"
|
||||
# Optional
|
||||
# NGINX_PATH_DOCKER="/home/docker/nginx_proxy/nginx"
|
||||
#
|
||||
|
||||
|
||||
#################################
|
||||
# Common Examples
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue