Update README.md
This commit is contained in:
parent
4066edfb1a
commit
1352e082bf
@ -83,8 +83,17 @@ nameserver 1.1.1.1
|
|||||||
WEB
|
WEB
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
# Configure
|
||||||
cp -p /etc/examples/httpd.conf /etc/
|
cp -p /etc/examples/httpd.conf /etc/
|
||||||
nvim /etc/httpd.conf
|
nvim /etc/httpd.conf
|
||||||
|
|
||||||
|
# Start
|
||||||
|
rcctl enable httpd
|
||||||
|
rcctl start httpd
|
||||||
|
rcctl status httpd
|
||||||
|
|
||||||
|
# Check
|
||||||
|
fstat | grep ':80'
|
||||||
```
|
```
|
||||||
|
|
||||||
PHP
|
PHP
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user