diff options
Diffstat (limited to 'content/post/how-this-blog-works')
| -rw-r--r-- | content/post/how-this-blog-works/index.org | 8 | 
1 files changed, 8 insertions, 0 deletions
| 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]]. | 
