hydra: bayfront: Add missing semicolon in nginx config.

* hydra/bayfront.scm (%hpc.guix.info-nginx-servers): Add missing
semicolon.
This commit is contained in:
Ludovic Courtès 2023-12-13 23:11:11 +01:00
parent 70b31c0e2a
commit be83dfaa19
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ add_header X-Frame-Options SAMEORIGIN;\n")
(body '("proxy_pass http://localhost:5000;")))
(nginx-location-configuration
(uri "= /channels/") ;XXX: triggers 500 in hpcguix-web 0.4.0
(body '("return 301 $scheme://hpc.guix.info/channels")))
(body '("return 301 $scheme://hpc.guix.info/channels;")))
;; JS for hpcguix-web
(nginx-location-configuration