summaryrefslogtreecommitdiffstats
path: root/healthcheck/port.conf
diff options
context:
space:
mode:
Diffstat (limited to 'healthcheck/port.conf')
-rw-r--r--healthcheck/port.conf6
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/;
+}