diff options
Diffstat (limited to 'guix/web')
-rw-r--r-- | guix/web/render.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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))))) |