aboutsummaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
Diffstat (limited to 'tw')
-rw-r--r--tw/services/web.scm2
1 files changed, 1 insertions, 1 deletions
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))