diff --git a/README.md b/README.md index ec37dff..4ae0e31 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,17 @@ nameserver 1.1.1.1 WEB ```sh +# Configure cp -p /etc/examples/httpd.conf /etc/ nvim /etc/httpd.conf + +# Start +rcctl enable httpd +rcctl start httpd +rcctl status httpd + +# Check +fstat | grep ':80' ``` PHP