File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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{
You can’t perform that action at this time.
0 commit comments