[gimp-web/oscp] testing: Place httpd-cfg in the correct location



commit cdf7efc5b88b5cb6dfeaaff090ecf6c1120469a3
Author: Bartłomiej Piotrowski <b bpiotrowski pl>
Date:   Tue Jul 26 14:02:46 2022 +0200

    testing: Place httpd-cfg in the correct location

 testing.gimp.org/Dockerfile                               | 1 +
 testing.gimp.org/app_data/httpd-cfg/testing.gimp.org.conf | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/testing.gimp.org/Dockerfile b/testing.gimp.org/Dockerfile
index ec0a1a1a..eb9cb051 100644
--- a/testing.gimp.org/Dockerfile
+++ b/testing.gimp.org/Dockerfile
@@ -16,6 +16,7 @@ FROM registry.access.redhat.com/ubi9/httpd-24
 
 USER 0
 COPY --from=0 /gimp-web/output /tmp/src/
+ADD app_data/httpd-cfg /tmp/src/httpd-cfg
 RUN chown -R 1001:0 /tmp/src
 
 USER 1001
diff --git a/testing.gimp.org/app_data/httpd-cfg/testing.gimp.org.conf 
b/testing.gimp.org/app_data/httpd-cfg/testing.gimp.org.conf
index 85b42430..e12528b6 100644
--- a/testing.gimp.org/app_data/httpd-cfg/testing.gimp.org.conf
+++ b/testing.gimp.org/app_data/httpd-cfg/testing.gimp.org.conf
@@ -29,8 +29,7 @@
              style-src 'self'; \
              script-src 'self' https://www.openhub.net; \
              font-src 'self'; \
-             child-src 'self' https://www.openhub.net https://www.youtube.com 
https://www.youtube-nocookie.co\
-m; \
+             child-src 'self' https://www.openhub.net https://www.youtube.com 
https://www.youtube-nocookie.com; \
              object-src 'none'; \
              media-src 'self' https://download.gimp.org https://www.mirrorservice.org 
https://*.ftp.acc.umu.se https://ftp.rrze.uni-erlangen.de; \
              base-uri 'self'; \


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