File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 12128 . [ Examples] ( #examples )
1313 - [ Info script] ( #info )
1414 - [ List HOST] ( #list )
15- - [ Enable SSL] ( #ssl )
15+ - [ Enable SSL] ( #ssl )
16+ - [ update specific fields of an existing proxy host] ( #update )
161712 . [ Screens] ( #screens )
171813 . [ TODO] ( #todo )
1819
@@ -162,11 +163,11 @@ BASE_DIR="/path/nginx_proxy_script/data"
162163```
163164
164165
165- ##### Verifying the Configuration
166+ #### Verifying the Configuration
166167
167168Some info of settings in the script with ` ./nginx_proxy_manager_cli_.sh --info `
168169
169- ##### info
170+ #### info
170171``` bash
171172./nginx_proxy_manager_cli_.sh --info
172173
@@ -184,11 +185,11 @@ Script Variables Information:
184185```
185186
186187
187- ##### ** How to activate SSL ?**
188+ #### ** How to activate SSL ?**
188189
189190By following these steps, you can enable SSL for your proxy host for the first time using Let's Encrypt.
190191
191- ##### List
192+ #### List
192193 List all Host in one command and show ´id´ , ´status´ and ´SSL´ status:
193194
194195 ./nginx_proxy_manager_cli.sh --host-list
@@ -200,7 +201,7 @@ By following these steps, you can enable SSL for your proxy host for the first t
200201 3 tutu.fun enabled ✅
201202
202203
203-
204+ #### ssl
204205##### Enable SSL for the Host
205206
206207 Assuming the host ID is * 1* , you would enable SSL for the host as follows:
@@ -217,7 +218,7 @@ By following these steps, you can enable SSL for your proxy host for the first t
217218 2 titi.fun disable ✅
218219 3 tutu.fun enabled ✅
219220
220-
221+ #### update
221222##### update specific fields of an existing proxy host
222223
223224The ` --update-host ` command allows you to ** update specific fields** of an existing proxy host in Nginx Proxy Manager ** without recreating it** .
You can’t perform that action at this time.
0 commit comments