2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00
Commit graph

10 commits

Author SHA1 Message Date
Ricardo Wurmus fc1fc4af83
hydra: nginx: Add server block for issues.guix.gnu.org.
This is necessary because we registered a separate Let's Encrypt
certificate instead of expanding the certificate we used for
issues.guix.info.

* hydra/nginx/berlin.scm (%berlin-servers): Separate server
configurations for issues.guix.info and issues.guix.gnu.org.
2019-05-15 14:12:41 +02:00
Ricardo Wurmus f4856de0c2
hydra: nginx: Accept workflow.guix.info as a valid name.
* hydra/nginx/berlin.scm (%berlin-servers): Add workflow.guix.info to
the server names for the GWL website.
2019-05-15 09:17:20 +02:00
Ricardo Wurmus 9915291c2d
hydra: berlin: Add server configurations for GWL.
* hydra/nginx/berlin.scm (%berlin-servers): Add server configurations
for workflows.guix.info, guixwl.org, and www.guixwl.org for both HTTP
and HTTPS.
2019-05-14 20:18:46 +02:00
Ricardo Wurmus eeefb2b82e
hydra: berlin: Remove commented code.
* hydra/nginx/berlin.scm (%berlin-servers): Remove commented location
fields.
2019-05-03 12:18:57 +02:00
Ludovic Courtès 9788e16667
hydra: berlin: Add *.guix.gnu.org to the nginx 'server-name' fields.
* hydra/nginx/berlin.scm (%berlin-servers): Add *.guix.gnu.org to the
'server-name' fields.
2019-05-01 17:53:15 +02:00
Ricardo Wurmus a54f0125ed
hydra: berlin: Add missing module import.
* hydra/nginx/berlin.scm: Use (gnu services web) module.
2018-12-29 11:13:22 +01:00
Ricardo Wurmus 5132c64f3b
hydra: berlin: Fix syntax error.
* hydra/nginx/berlin.scm: Fix accidental escape sequence.
2018-12-29 11:12:16 +01:00
Ricardo Wurmus b76e5e1177
hydra: berlin: Remove extraneous semicolon.
* hydra/nginx/berlin.scm (le): Remove trailing semicolon.
2018-12-29 11:11:33 +01:00
Ricardo Wurmus 89745574c8
hydra: berlin: Remove %wwwroot variable. 2018-12-29 11:10:47 +01:00
Ricardo Wurmus 777e9e1012
hydra: berlin: Add nginx-configuration.
* hydra/nginx/berlin.scm: New file.
2018-12-28 22:49:19 +01:00