Try to avoid conflicting with other lighttpd config that

touches the stat cache settings.
This commit is contained in:
Oliver Jowett 2016-09-22 16:45:28 +01:00
parent abc30ff656
commit cfb02c1a7c
4 changed files with 29 additions and 7 deletions

View file

@ -0,0 +1,4 @@
# The stat cache must be disabled, as aircraft.json changes
# frequently and lighttpd's stat cache often ends up with the
# wrong content length.
server.stat-cache-engine = "disable"