From 1352e082bf5f2b492b437ebd278ca61000d7a214 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Fri, 28 Jul 2023 20:50:16 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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