From edd590117e8876fb422cbf833d4e6ec1fe77d2c4 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 24 Sep 2025 12:06:41 +0100 Subject: mugam: Switch hrrol to well-known ports. Switching to well-known ports makes the configuration simpler, and lets us take advantage of defaults. The non-standard ports were from the days when Guix was but a container running on hrrol's Parabola. --- mugam.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mugam.scm') diff --git a/mugam.scm b/mugam.scm index 441f7cb..c66ac02 100644 --- a/mugam.scm +++ b/mugam.scm @@ -161,7 +161,7 @@ of records." (uri "/") (body (list (string-append "proxy_pass http://" %hrrol-wg-ip - ":8081;") + ";") "proxy_set_header Host $http_host;")))))) (nginx-server-configuration (listen (list "80")) @@ -179,7 +179,7 @@ of records." (upstream-blocks (list (nginx-upstream-configuration (name "hrrol_https") - (servers (list (string-append %hrrol-wg-ip ":8080")))) + (servers (list (string-append %hrrol-wg-ip ":443")))) (nginx-upstream-configuration (name "ragulkanth_https") (servers (list (string-append %ragulkanth-wg-ip ":443")))))) -- cgit 1.4.1