guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: nginx: bayfront: Add location for videos.


From: Ludovic Courtès
Subject: 01/01: nginx: bayfront: Add location for videos.
Date: Fri, 12 Jul 2019 08:40:10 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit d443f90178ad662b44946f86f8dbdceca11f7a93
Author: Ludovic Courtès <address@hidden>
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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]