From 220f79625f1055b838691d5b617f9d8e5d5380e0 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Thu, 18 Jun 2020 01:45:05 -0400 Subject: Don't forget to start httpd --- content/post/how-this-blog-works/index.org | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'content/post/how-this-blog-works') diff --git a/content/post/how-this-blog-works/index.org b/content/post/how-this-blog-works/index.org index 25565fa..df5b56e 100644 --- a/content/post/how-this-blog-works/index.org +++ b/content/post/how-this-blog-works/index.org @@ -156,6 +156,14 @@ it works. and only appears that way because =httpd= gets automatically =chroot='ed in =/var/www/= for security reasons. + Finally we start and enable =httpd= using =rcctl= + + #+BEGIN_SRC shell + rcctl enable httpd + rcctl start httpd + #+END_SRC + + For more information about how to set up SSL with Let's Encrypt, check out [[{{< ref "post/letsencrypt-on-openbsd" >}}][this post]]. -- cgit v1.2.3