[gimp-web/oscp] Drop welcome.conf as it collides with Options +Indexes from download.gimp.org vhost
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/oscp] Drop welcome.conf as it collides with Options +Indexes from download.gimp.org vhost
- Date: Thu, 19 Mar 2020 15:02:34 +0000 (UTC)
commit adb4922aa4c448868a0fda91c7f0d88b05f4d582
Author: Andrea Veri <averi redhat com>
Date: Thu Mar 19 16:02:08 2020 +0100
Drop welcome.conf as it collides with Options +Indexes from download.gimp.org vhost
download.gimp.org/Dockerfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/download.gimp.org/Dockerfile b/download.gimp.org/Dockerfile
index 842bb8b2..209523e2 100644
--- a/download.gimp.org/Dockerfile
+++ b/download.gimp.org/Dockerfile
@@ -2,7 +2,8 @@ FROM centos/httpd-24-centos7
USER root
COPY app_data /opt/app-root/src
-RUN chown -R 1000580000:1000580000 /opt/app-root/src
+RUN rm /etc/httpd/conf.d/welcome.conf && \
+ chown -R 1000580000:1000580000 /opt/app-root/src
EXPOSE 8080
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]