diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 15:50:52 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 15:50:52 +0100 |
commit | 7628b87568005ac9ed6687b2f3067bcb03f05eba (patch) | |
tree | abc6920dd6da54c6dec575b9f28a1b58d1261d97 | |
parent | c425de4b157f5febfd905bab82dacfdc63671243 (diff) | |
download | s2i-virtio-spec-7628b87568005ac9ed6687b2f3067bcb03f05eba.tar.gz |
fix listening port
-rw-r--r-- | etc/virtio-spec-documentroot.conf | 1 | ||||
-rwxr-xr-x | s2i/bin/run | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/etc/virtio-spec-documentroot.conf b/etc/virtio-spec-documentroot.conf index 6f7f857..e4fbc0e 100644 --- a/etc/virtio-spec-documentroot.conf +++ b/etc/virtio-spec-documentroot.conf @@ -1 +1,2 @@ +Listen 8080 DocumentRoot /opt/app-root/src/output diff --git a/s2i/bin/run b/s2i/bin/run index 874f3c2..871fc82 100755 --- a/s2i/bin/run +++ b/s2i/bin/run @@ -1,5 +1,2 @@ #!/bin/sh -echo "--- debug ---" -ls -la /run/httpd -echo "---" exec httpd -D FOREGROUND |