diff options
Diffstat (limited to 'src/guix')
-rw-r--r-- | src/guix/system.scm | 7 |
1 files changed, 0 insertions, 7 deletions
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 @@ -322,13 +322,6 @@ (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 (list |