Skip to content

Commit 1d59798

Browse files
committed
Fixup default apache config for the testing image (INF-1211)
1 parent 898553c commit 1d59798

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Dockerfile.testing

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ RUN \
2525
COPY registry run_local.sh requirements.txt /opt/registry/
2626
RUN pip3 install -U pip && pip3 install -r /opt/registry/requirements.txt
2727

28+
# Use our weird grid-security cert/key location
29+
RUN rm /etc/httpd/conf.d/ssl.conf
30+
2831
COPY register.py /usr/bin
2932
COPY supervisor-apache.conf /etc/supervisord.d/40-apache.conf
3033
COPY examples/apache.conf /etc/httpd/conf.d/

examples/apache.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
ServerName os-registry.osgdev.chtc.io
2+
Listen 443
3+
14
<VirtualHost *:443>
2-
ServerName os-registry.osgdev.chtc.io
35
ServerAdmin example@morgridge.org
46

57
# This is the OIDC callback path

0 commit comments

Comments
 (0)