mirror of
git://git.savannah.gnu.org/guix/maintenance.git
synced 2023-12-14 03:33:04 +01:00
nginx: berlin: Add missing semicolons in nginx config snippets.
* hydra/nginx/berlin.scm (%berlin-servers): Add missing semicolons.
This commit is contained in:
parent
d1aad201d3
commit
a7b7b332ed
1 changed files with 4 additions and 4 deletions
|
@ -464,10 +464,10 @@ PUBLISH-URL."
|
|||
(list
|
||||
(nginx-location-configuration
|
||||
(uri "/manual/")
|
||||
(body (list "alias /srv/guix-manual")))
|
||||
(body (list "alias /srv/guix-manual;")))
|
||||
(nginx-location-configuration
|
||||
(uri "~ ^.+\\.pdf$")
|
||||
(body (list "root /srv/guix-pdfs")))))
|
||||
(body (list "root /srv/guix-pdfs;")))))
|
||||
(raw-content
|
||||
(list
|
||||
"access_log /var/log/nginx/guix-info.access.log;")))
|
||||
|
@ -562,10 +562,10 @@ PUBLISH-URL."
|
|||
(list
|
||||
(nginx-location-configuration
|
||||
(uri "/manual/")
|
||||
(body (list "alias /srv/guix-manual")))
|
||||
(body (list "alias /srv/guix-manual;")))
|
||||
(nginx-location-configuration
|
||||
(uri "~ ^.+\\.pdf$")
|
||||
(body (list "root /srv/guix-pdfs")))))
|
||||
(body (list "root /srv/guix-pdfs;")))))
|
||||
(raw-content
|
||||
(append
|
||||
%tls-settings
|
||||
|
|
Loading…
Reference in a new issue