From 91d14493baa04aeefe216f5785eed0cf7400a3e2 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 24 Mar 2021 00:23:31 +0100 Subject: Update 'content/blog/OpenBSD/relayd-httpd-example.md' --- content/blog/OpenBSD/relayd-httpd-example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/blog/OpenBSD/relayd-httpd-example.md') 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. -- cgit v1.2.3