Skip to content

Commit

Permalink
Merge d923b84 into de7cde6
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ezell committed Dec 6, 2018
2 parents de7cde6 + d923b84 commit 78e537f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .docker/lighttpd.conf
Expand Up @@ -5,6 +5,7 @@ server.modules = (
"mod_redirect",
"mod_fastcgi",
"mod_rewrite",
"mod_accesslog",
)

server.document-root = "/var/www/public"
Expand All @@ -15,6 +16,8 @@ server.username = "www-data"
server.groupname = "www-data"
server.port = 80

accesslog.filename = "/var/log/lighttpd/access.log"

index-file.names = ( "index.php", "index.html" )
url.access-deny = ( "~", ".inc" )
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
Expand Down

0 comments on commit 78e537f

Please sign in to comment.