guix-commits
[Top][All Lists]
Advanced

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

branch master updated: nginx: bayfront: Add location for "/javascript".


From: Ludovic Courtès
Subject: branch master updated: nginx: bayfront: Add location for "/javascript".
Date: Tue, 07 Jan 2020 10:32:48 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 06b9636  nginx: bayfront: Add location for "/javascript".
06b9636 is described below

commit 06b963649a7bdcf0bd28b9537b079c71761a070c
Author: Ludovic Courtès <address@hidden>
AuthorDate: Tue Jan 7 16:30:27 2020 +0100

    nginx: bayfront: Add location for "/javascript".
    
    * hydra/nginx/guix-hpc-locations.conf (/javascript): New location.
---
 hydra/nginx/guix-hpc-locations.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hydra/nginx/guix-hpc-locations.conf 
b/hydra/nginx/guix-hpc-locations.conf
index 9f659c9..93870eb 100644
--- a/hydra/nginx/guix-hpc-locations.conf
+++ b/hydra/nginx/guix-hpc-locations.conf
@@ -23,6 +23,10 @@ location ~ /static/.*\.js {
   # JS for hpcguix-web.
   proxy_pass http://localhost:5000;
 }
+location /javascript {
+  # Licensing info for hpcguix-web JS code.
+  proxy_pass http://localhost:5000;
+}
 location ~ /static/images/sort_.*\.png {
   proxy_pass http://localhost:5000;
 }



reply via email to

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