diff options
| author | Dante Catalfamo | 2020-06-18 01:45:05 -0400 | 
|---|---|---|
| committer | Dante Catalfamo | 2020-06-18 01:45:05 -0400 | 
| commit | 220f79625f1055b838691d5b617f9d8e5d5380e0 (patch) | |
| tree | 297b373da3dc617d039ee0bbfddd19974d140540 /content/post/how-this-blog-works | |
| parent | 4a32993823f10576778920aa6a9c2cd3ef2a3be1 (diff) | |
| download | blog-220f79625f1055b838691d5b617f9d8e5d5380e0.tar.gz blog-220f79625f1055b838691d5b617f9d8e5d5380e0.tar.bz2 blog-220f79625f1055b838691d5b617f9d8e5d5380e0.zip | |
Don't forget to start httpd
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]]. | 
