diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 15:53:05 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 15:53:05 +0100 |
commit | ae0c5cc211a14ff40b8f82ba07d79657f9f3e85d (patch) | |
tree | 0ba44e473f7bbeeae64b8983c952b5185e96a8e5 /etc | |
parent | 7628b87568005ac9ed6687b2f3067bcb03f05eba (diff) | |
download | s2i-virtio-spec-ae0c5cc211a14ff40b8f82ba07d79657f9f3e85d.tar.gz |
fix listening port
Diffstat (limited to 'etc')
-rw-r--r-- | etc/virtio-spec-documentroot.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/virtio-spec-documentroot.conf b/etc/virtio-spec-documentroot.conf index e4fbc0e..25fc597 100644 --- a/etc/virtio-spec-documentroot.conf +++ b/etc/virtio-spec-documentroot.conf @@ -1,2 +1,2 @@ -Listen 8080 +Listen *:8080 DocumentRoot /opt/app-root/src/output |