civodul pushed a commit to branch master
in repository maintenance.
commit d443f90178ad662b44946f86f8dbdceca11f7a93
Author: Ludovic Courtès <[email protected]>
Date: Fri Jul 12 14:39:48 2019 +0200
nginx: bayfront: Add location for videos.
* hydra/nginx/guix-hpc-locations.conf (/static/videos): New location.
---
hydra/nginx/guix-hpc-locations.conf | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/hydra/nginx/guix-hpc-locations.conf
b/hydra/nginx/guix-hpc-locations.conf
index 2c86edb..9f659c9 100644
--- a/hydra/nginx/guix-hpc-locations.conf
+++ b/hydra/nginx/guix-hpc-locations.conf
@@ -27,6 +27,11 @@ location ~ /static/images/sort_.*\.png {
proxy_pass http://localhost:5000;
}
+# Videos.
+location /static/videos {
+ root /srv/guix-hpc-videos;
+}
+
# For use by Certbot.
location /.well-known {
root /var/www;