From 165486a9dca1caa30f352f8cd32ec78504348a62 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 29 Nov 2023 21:10:13 +0100 Subject: Fix nginx syntax for reverse proxies --- tw/services/web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tw') diff --git a/tw/services/web.scm b/tw/services/web.scm index 8e8e0ebe..0372b906 100644 --- a/tw/services/web.scm +++ b/tw/services/web.scm @@ -43,7 +43,7 @@ speaks. Set to @code{\"https\"} if you want to proxy HTTPS-to-HTTPS.")) (list (nginx-location-configuration (uri "/") (body `(("proxy_pass http://" ,destination-ip ":" - ,(number->string destination-port)))))))))) + ,(number->string destination-port) ";"))))))))) (define (reverse-proxy-certificates configs) (map reverse-proxy-certificate configs)) -- cgit v1.2.3