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 location block for /audio.

* hydra/nginx/berlin.scm (guix.gnu.org-locations): Add location for /audio.
This commit is contained in:
Ludovic Courtès 2020-11-23 14:51:05 +01:00
parent fd82333ab0
commit 21d1bfe3bf
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -700,6 +700,10 @@ PUBLISH-URL."
(uri "/guix-videos")
(body (list "alias /srv/videos;")))
(nginx-location-configuration
(uri "/audio")
(body (list "alias /srv/audio;")))
;; Let browsers cache files under /static for a while.
;; XXX: This is really a hack to work around the fact that we can't have
;; 'If-Modified-Since' because timestamps are zeroed.