diff options
author | Julien Dessaux | 2021-03-24 00:23:31 +0100 |
---|---|---|
committer | Julien Dessaux | 2021-03-31 09:38:16 +0200 |
commit | 91d14493baa04aeefe216f5785eed0cf7400a3e2 (patch) | |
tree | 5357f832257c361f3dec56554a430bd9688d61c8 /content | |
parent | Update 'content/books/_index.md' (diff) | |
download | www-91d14493baa04aeefe216f5785eed0cf7400a3e2.tar.gz www-91d14493baa04aeefe216f5785eed0cf7400a3e2.tar.bz2 www-91d14493baa04aeefe216f5785eed0cf7400a3e2.zip |
Update 'content/blog/OpenBSD/relayd-httpd-example.md'
Diffstat (limited to 'content')
-rw-r--r-- | content/blog/OpenBSD/relayd-httpd-example.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/OpenBSD/relayd-httpd-example.md b/content/blog/OpenBSD/relayd-httpd-example.md index 71212b2..6d5b6ab 100644 --- a/content/blog/OpenBSD/relayd-httpd-example.md +++ b/content/blog/OpenBSD/relayd-httpd-example.md @@ -8,7 +8,7 @@ tags: ## Introduction -[Someone on reddit had trouble](https://www.reddit.com/r/openbsd/comments/lh4yl9/relaydhttpd_reverse_proxy_for_synapse_with/) with how `relayd` and `httpd` work together on OpenBSD. Those are two great components of the OpenBSD base system that take a different approach than the traditional web servers like `Nginx` or `Apache`, I wrote a complete example adapted from my own working configurations. +[Someone on reddit had trouble](https://www.reddit.com/r/openbsd/comments/lh4yl9/relaydhttpd_reverse_proxy_for_synapse_with/) with how `relayd` and `httpd` work together on OpenBSD. Those are two great components of the OpenBSD base system that take a different approach than the traditional web servers like `Nginx` or `Apache`. I wrote an answer with a complete example adapted from my own working configurations. The goal was to have a relayd configuration that would serve urls like `https://example.com/` with the static website content from httpd, and proxy traffic to urls like https://chat.example.com/ to a synapse server running on `localhost:8008`. Hopefully my working example can provide a better understanding of the idea behind the couple relayd/httpd. |