[survey-web/oscp] Make sure the vhost always gets loaded first



commit fae3df7712ee7cca0c5507a95b2561ba313fba98
Author: Andrea Veri <averi redhat com>
Date:   Fri May 3 19:25:45 2019 +0200

    Make sure the vhost always gets loaded first

 docker/{surveys.gnome.org.conf => 00_surveys.gnome.org.conf} | 0
 docker/Dockerfile                                            | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docker/surveys.gnome.org.conf b/docker/00_surveys.gnome.org.conf
similarity index 100%
rename from docker/surveys.gnome.org.conf
rename to docker/00_surveys.gnome.org.conf
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 6f1e387..5387ebb 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -15,7 +15,7 @@ RUN rm /app/limesurvey.tar.gz
 COPY config.php /app/limesurvey/application/config/
 
 RUN rm /etc/httpd/conf.d/welcome.conf
-COPY surveys.gnome.org.conf /etc/httpd/conf.d
+COPY 00_surveys.gnome.org.conf /etc/httpd/conf.d
 
 RUN chmod -R a+rwx /app/limesurvey/tmp
 RUN chmod -R a+rwx /app/limesurvey/upload


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