diff options
author | EuAndreh <eu@euandre.org> | 2024-08-18 19:33:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-18 19:33:56 -0300 |
commit | cd1bb693a53b995df0e498f1a2e1b39701674a83 (patch) | |
tree | 303def7089d97481619d5a3361582e5c3eff8c68 | |
parent | system.scm: Replace git-daemon-service-type with custom git-service-type (diff) | |
download | toph-cd1bb693a53b995df0e498f1a2e1b39701674a83.tar.gz toph-cd1bb693a53b995df0e498f1a2e1b39701674a83.tar.xz |
system.scm: Stop proxying nginx to velhinho
-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 |