diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/guix/system.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/guix/system.scm b/src/guix/system.scm index 539bbe5..9458726 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -78,6 +78,14 @@ (locations (list (nginx-location-configuration + (uri "/live/") + (body + '(#"- + rewrite /live(.*) $1 break; + add_header Access-Control-Allow-Origin *; + proxy_pass http://novinho:4219; + "#))) + (nginx-location-configuration (uri "/git/static/") (body (list |