[odrs-web/oscp] The opposite :)



commit e6920d6ab0568bb8fec49a2fe19b9cbe66b51ca5
Author: Andrea Veri <averi redhat com>
Date:   Mon Nov 12 20:35:44 2018 +0100

    The opposite :)

 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 10cadd0..f171a45 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,8 +19,8 @@ COPY odrs.gnome.org.conf /etc/apache2/conf.d/000-default.conf
 RUN sed -i 's/Listen 80/Listen 8080/' /etc/apache2/httpd.conf
 RUN sed -i 's/Listen 443/Listen 8443/' /etc/apache2/conf.d/ssl.conf
 RUN sed -i 's/#LoadModule expires_module/LoadModule expires_module/' /etc/apache2/httpd.conf
-#RUN sed -i 's/CustomLog/#CustomLog/' /etc/apache2/httpd.conf
-RUN sed -i 's/ErrorLog/#ErrorLog/' /etc/apache2/httpd.conf
+RUN sed -i 's/CustomLog/#CustomLog/' /etc/apache2/httpd.conf
+#RUN sed -i 's/ErrorLog/#ErrorLog/' /etc/apache2/httpd.conf
 RUN echo 'ServerName odrs.gnome.org' >> /etc/apache2/httpd.conf
 
 RUN groupadd -g 1001 odrs


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