]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - lighttpd.conf
Simplify the container starting process to allow it to run with a
[github/bastienwirtz/homer.git] / lighttpd.conf
index 04b0bedb637d3267899fe68fa0b9e5de8aa4e73b..32e14da4781f63affff921297930d8317c9c669d 100644 (file)
@@ -2,8 +2,8 @@ include "/etc/lighttpd/mime-types.conf"
 
 server.port           = env.PORT
 server.modules        = ( "mod_alias" )
-server.username       = env.USER
-server.groupname      = env.GROUP
+server.username       = "lighttpd"
+server.groupname      = "lighttpd"
 server.document-root  = "/www"
 alias.url             = ( env.SUBFOLDER => "/www" )
 server.indexfiles     = ("index.html")