[damned-lies/oscp] Actually re-use the current production path to avoid patching upstream code



commit 3a97b0a39c52e556bb0205fe73b4513bba1a5e42
Author: Andrea Veri <averi redhat com>
Date:   Wed Sep 11 13:05:35 2019 +0200

    Actually re-use the current production path to avoid patching upstream code

 httpd.conf          | 6 +++---
 templates/oscp.yaml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/httpd.conf b/httpd.conf
index e5ea936d..f9533e9f 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -1,10 +1,10 @@
 <VirtualHost *:8000>
     ServerName l10n.gnome.org
 
-    Alias /HTML /l10n/data/scratchdir/HTML
-    Alias /POT /l10n/data/scratchdir/POT
+    Alias /HTML /var/www/djamnedlies/data/scratchdir/HTML
+    Alias /POT /var/www/djamnedlies/data/scratchdir/POT
     Alias /static /l10n/damnedlies/static
-    Alias /media /l10n/data/media
+    Alias /media /var/www/djamnedlies/data/media
     Alias /robots.txt /l10n/damnedlies/static/robots.txt
 
     # mod_wsgi
diff --git a/templates/oscp.yaml b/templates/oscp.yaml
index ac48fcaa..a3f487b6 100644
--- a/templates/oscp.yaml
+++ b/templates/oscp.yaml
@@ -221,7 +221,7 @@ objects:
           terminationMessagePolicy: File
           imagePullPolicy: Always
           volumeMounts:
-          - mountPath: /l10n/data
+          - mountPath: /var/www/djamnedlies/data
             name: damnedlies-data
         restartPolicy: Always
         terminationGracePeriodSeconds: 30


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