Commit ad0f81a8134bf40677b50220fe798a814b36d370
1 parent
3ba60907
Updates chapter1.md
Auto commit by GitBook Editor
Showing
1 changed file
with
2 additions
and
0 deletions
chapter1.md
| @@ -55,6 +55,8 @@ vi /etc/firewalld/services/my_http.xml | @@ -55,6 +55,8 @@ vi /etc/firewalld/services/my_http.xml | ||
| 55 | firewall-cmd --add-service=my_http -permanent | 55 | firewall-cmd --add-service=my_http -permanent |
| 56 | firewall-cmd --reload | 56 | firewall-cmd --reload |
| 57 | firewall-cmd --list-service | 57 | firewall-cmd --list-service |
| 58 | +// http测试 | ||
| 59 | +curl -I 127.0.0.1:8888 | ||
| 58 | 60 | ||
| 59 | 61 | ||
| 60 | 62 |