Search

27 results for oakreef.ie:

Submitted by Caoimhe in yourpersonalblog

This post is also available to read on my bog](https://oakreef.ie/bog/what-im-reading) As Cohost shuts down I have been making a fuss about moving away from social media and I am not the only

4

Submitted by Caoimhe in technology

have a website: <https://oakreef.ie/> It has a self-hosted comments section that uses Comentario which is exposed at: <https://comments.oakreef.ie/> This seems to work consistently fine on my desktop (running Manjaro) in both Firefox ... such as /drupal8. # # Please see /usr/share/doc/nginx-doc/examples/ for more detailed examples. ## server { root /var/www/oakreef.ie/html; index index.html; server_name oakreef.ie www.oakreef.ie; error_page 404 /404.html; location / { # redirects include /etc/nginx/conf.d/oakreef.ie-redirects; # First attempt to serve request as file, then ... Control "private"; } } server { if ($host = www.oakreef.ie) { return 301 https://$host$request_uri; } # managed by Certbot if ($host = oakreef.ie) { return 301 https://$host$request_uri; } # managed by Certbot if ($host = comments.oakreef.ie) { return 301 https://$host$request

7