From da5773741e2c53fb26558bfadf54938a974d9175 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 9 Feb 2015 17:44:32 -0500 Subject: I'm dumb. --- guix/web/render.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix/web') diff --git a/guix/web/render.scm b/guix/web/render.scm index 9a91c73..79283b1 100644 --- a/guix/web/render.scm +++ b/guix/web/render.scm @@ -72,7 +72,7 @@ (define (redirect path) (let ((uri (build-uri 'http - #:host "192.168.1.157" ;;guix-web-host + #:host guix-web-host #:port guix-web-port #:path (string-append "/" (encode-and-join-uri-path path))))) -- cgit v1.2.3