diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/infrastructure/guix/system.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index e579253..0b89afc 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -378,6 +378,13 @@ (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 @@ -393,14 +400,7 @@ fastcgi_param HTTP_HOST $server_name; fastcgi_pass localhost:9000; rewrite /git(.*) $1 break; - "#))) - (nginx-location-configuration - (uri "/r/velhinho/") - (body - '(#"- - rewrite /r/velhinho(.*) $1 break; - proxy_pass http://velhinho:4219; - "#))))) + "#))))) (raw-content '(#"- charset utf-8; |