2
0
Fork 0
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:
Ludovic Courtès 2019-07-15 22:48:55 +02:00
parent d1aad201d3
commit a7b7b332ed
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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