diff options
author | Kevin Hilman <khilman@baylibre.com> | 2019-06-04 14:34:56 -0700 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-06-04 14:34:56 -0700 |
commit | b9797e144c8434654c556477f6f8af28b377ef2d (patch) | |
tree | 7913f3b1af5408d478c5ecb5400831b5c25150e2 /healthcheck/port.conf | |
parent | c70f91d51e4d7defded0faaa448b322872f31a1b (diff) | |
parent | 221d663ea966445931530ab79e9fa97907ca7960 (diff) |
Merge branch 'healtcheck-hosting' of https://github.com/montjoie/lava-docker
* 'healtcheck-hosting' of https://github.com/montjoie/lava-docker:
Permit to host healtchecks
Diffstat (limited to 'healthcheck/port.conf')
-rw-r--r-- | healthcheck/port.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/healthcheck/port.conf b/healthcheck/port.conf new file mode 100644 index 0000000..60c72f3 --- /dev/null +++ b/healthcheck/port.conf @@ -0,0 +1,6 @@ +# On docker, port 80 cannot be exported since lava-slave already export it +# So port 8080 is exported instead. +server { + listen 8080; + root /usr/share/nginx/html/; +} |