diff options
author | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 16:08:22 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2016-11-08 18:52:13 +0000 |
commit | df5ad37e297ffe69ec20c9aec332f81ef7e7e6fa (patch) | |
tree | 733cfc8e89018f3087afd038f7c651f2e73fd282 /config/lighttpd.sample.conf | |
parent | f27e30740e371b4cd8947797bcf8c91f86b6768e (diff) | |
download | acf-provisioning-df5ad37e297ffe69ec20c9aec332f81ef7e7e6fa.tar.bz2 acf-provisioning-df5ad37e297ffe69ec20c9aec332f81ef7e7e6fa.tar.xz |
Remove trailing whitespace
(cherry picked from commit 12d3537a7cb975b0a75698f1e1f90e66313a6893)
Diffstat (limited to 'config/lighttpd.sample.conf')
-rw-r--r-- | config/lighttpd.sample.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/lighttpd.sample.conf b/config/lighttpd.sample.conf index 23dbe0d..f1b605b 100644 --- a/config/lighttpd.sample.conf +++ b/config/lighttpd.sample.conf @@ -71,7 +71,7 @@ server.follow-symlink = "enable" # event handler (defaults to "poll") # see performance.txt -# +# # for >= linux-2.4 # server.event-handler = "linux-rtsig" # for >= linux-2.6 @@ -290,7 +290,7 @@ url.access-deny = ("~", ".inc") # don't forget to add index.cml to server.indexfiles # cml.extension = ".cml" # cml.memcache-hosts = ( "127.0.0.1:11211" ) -# }}} +# }}} # {{{ mod_webdav # see webdav.txt |