From cd1bb693a53b995df0e498f1a2e1b39701674a83 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 18 Aug 2024 19:33:56 -0300 Subject: system.scm: Stop proxying nginx to velhinho --- src/guix/system.scm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') diff --git a/src/guix/system.scm b/src/guix/system.scm index c532e4a..f344e5e 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -321,13 +321,6 @@ (ssl-certificate-key (fmt "/etc/letsencrypt/live/~a/privkey.pem" tld)) (locations (list - (nginx-location-configuration - (uri "/r/velhinho/") - (body - '(#"- - rewrite /r/velhinho(.*) $1 break; - proxy_pass http://velhinho:4219; - "#))) (nginx-location-configuration (uri "/git/static/") (body -- cgit v1.2.3