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 60f7801 commit 3e02ff1Copy full SHA for 3e02ff1
README.md
@@ -53,7 +53,7 @@ Required basic dependencies.
53
```
54
wget https://raw.githubusercontent.com/Erreur32/nginx-proxy-manager-Bash-API/main/nginx_proxy_manager_cli.sh
55
chmod +x nginx_proxy_manager_cli.sh
56
-# Edit config inside the script, and after check with:
+# Create a config file nginx_proxy_manager_cli.conf in same directory (to keep your config safe) check below.
57
./nginx_proxy_manager_cli.sh --info
58
59
@@ -82,7 +82,7 @@ BASE_DIR="/path/nginx_proxy_script/data"
82
## Usage
83
```bash
84
./nginx_proxy_manager_cli.sh [OPTIONS]
85
-./nginx_proxy_manager_cli.sh --info
+./nginx_proxy_manager_cli.sh --help
86
./nginx_proxy_manager_cli.sh --show-default
87
88
0 commit comments