Skip to content

Commit b4044b9

Browse files
committed
ADD
1 parent 46873c4 commit b4044b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ BASE_DIR="/path/nginx_proxy_script/data"
122122
# --list-ssl-certificates List All SSL certificates availables (JSON)
123123
# --generate-cert domain email Generate certificate for the given domain and email
124124
# --delete-cert domain Delete certificate for the given domain
125+
# --list-access List all available access lists (ID and name)
126+
# --host-acl-enable id,access_list_id Enable ACL for a proxy host by ID with an access list ID
127+
# --host-acl-disable id Disable ACL for a proxy host by ID
125128
# --help Display this help
126129
127130
```
@@ -226,9 +229,6 @@ Host proxy info command `--host-show id`
226229
```
227230
./nginx_proxy_manager_cli_.sh --host-show 1
228231
229-
✅ Nginx url: http://127.0.0.1:81/api
230-
✅ The token is valid. Expiry: 2025-07-12T08:14:58.521Z
231-
232232
👉 Full details for proxy host ID: 59...
233233
234234
{

0 commit comments

Comments
 (0)