summaryrefslogtreecommitdiffstats
path: root/healthcheck/port.conf
blob: 60c72f325413d6dea07e5a8d13e60cefaf1a487c (plain)
1
2
3
4
5
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/;
}