Update README.md

This commit is contained in:
Ste Vaidis 2023-07-28 20:50:16 +03:00
parent 4066edfb1a
commit 1352e082bf

View File

@ -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