diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-08 19:05:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-08 19:05:32 +0000 |
commit | 445e3c26753d95977e97d62b3ad68a9c18cf63d0 (patch) | |
tree | d5be55250e143f57da4c4031a2e0dcac664cfe4d /www/lighttpd/files | |
parent | 5cddef9d6fdc2a40aae46e39db4d51565a5c5835 (diff) |
Notes
Diffstat (limited to 'www/lighttpd/files')
-rw-r--r-- | www/lighttpd/files/lighttpd.conf.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/lighttpd/files/lighttpd.conf.sample b/www/lighttpd/files/lighttpd.conf.sample index e7bc4dbb45a5..27ac8a37bb08 100644 --- a/www/lighttpd/files/lighttpd.conf.sample +++ b/www/lighttpd/files/lighttpd.conf.sample @@ -38,6 +38,9 @@ server.errorlog = "/var/log/lighttpd.error.log" server.indexfiles = ( "index.php", "index.html", "index.htm", "default.htm" ) +# server PID file location for init script +server.pid-file = "/var/run/lighttpd.pid" + # mimetype mapping mimetype.assign = ( ".pdf" => "application/pdf", |