Skip to content

Commit a67a39f

Browse files
authored
Update README.md
1 parent 7375bfd commit a67a39f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
8. [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)
1617
12. [Screens](#screens)
1718
13. [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

167168
Some 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

189190
By 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

223224
The `--update-host` command allows you to **update specific fields** of an existing proxy host in Nginx Proxy Manager **without recreating it**.

0 commit comments

Comments
 (0)