[damned-lies/oscp] Adjust path to /l10n/data
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies/oscp] Adjust path to /l10n/data
- Date: Wed, 11 Sep 2019 10:55:06 +0000 (UTC)
commit 78650c8d743b3cc280774758229ad4c5df7385cd
Author: Andrea Veri <averi redhat com>
Date: Wed Sep 11 12:54:51 2019 +0200
Adjust path to /l10n/data
httpd.conf | 6 +++---
templates/oscp.yaml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/httpd.conf b/httpd.conf
index 3a1eb638..e5ea936d 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -1,10 +1,10 @@
<VirtualHost *:8000>
ServerName l10n.gnome.org
- Alias /HTML /l10n/scratchdir/HTML
- Alias /POT /l10n/scratchdir/POT
+ Alias /HTML /l10n/data/scratchdir/HTML
+ Alias /POT /l10n/data/scratchdir/POT
Alias /static /l10n/damnedlies/static
- Alias /media /l10n/damnedlies/media
+ Alias /media /l10n/data/media
Alias /robots.txt /l10n/damnedlies/static/robots.txt
# mod_wsgi
diff --git a/templates/oscp.yaml b/templates/oscp.yaml
index a3f487b6..ac48fcaa 100644
--- a/templates/oscp.yaml
+++ b/templates/oscp.yaml
@@ -221,7 +221,7 @@ objects:
terminationMessagePolicy: File
imagePullPolicy: Always
volumeMounts:
- - mountPath: /var/www/djamnedlies/data
+ - mountPath: /l10n/data
name: damnedlies-data
restartPolicy: Always
terminationGracePeriodSeconds: 30
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]