We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 898553c + 1d59798 commit da69526Copy full SHA for da69526
2 files changed
Dockerfile.testing
@@ -25,6 +25,9 @@ RUN \
25
COPY registry run_local.sh requirements.txt /opt/registry/
26
RUN pip3 install -U pip && pip3 install -r /opt/registry/requirements.txt
27
28
+# Use our weird grid-security cert/key location
29
+RUN rm /etc/httpd/conf.d/ssl.conf
30
+
31
COPY register.py /usr/bin
32
COPY supervisor-apache.conf /etc/supervisord.d/40-apache.conf
33
COPY examples/apache.conf /etc/httpd/conf.d/
examples/apache.conf
@@ -1,5 +1,7 @@
1
+ServerName os-registry.osgdev.chtc.io
2
+Listen 443
3
4
<VirtualHost *:443>
- ServerName os-registry.osgdev.chtc.io
5
ServerAdmin example@morgridge.org
6
7
# This is the OIDC callback path
0 commit comments