aboutsummaryrefslogtreecommitdiffstats
path: root/docker/lighttpd.conf
blob: 850af409e37f365c20f7cf0bde5e165f01927230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
server.document-root = "/var/opt/OpenECOMP_ETE/html/"

server.port = 88

server.username = "www-data"
server.groupname = "www-data"

dir-listing.activate = "disable"

mimetype.assign = (
  ".html" => "text/html"
)

static-file.exclude-extensions = ( ".fcgi", ".php", ".rb", "~", ".inc", ".cgi" )
index-file.names = ( "index.html" )