Update README

This commit is contained in:
kflux 2014-02-24 21:26:31 +01:00
parent 91aa772901
commit 19aaa0bbc2

View file

@ -53,7 +53,7 @@ Any issues should be reported to https://github.com/uakfdotb/gpg-mailgate
$SERVER["socket"] == ":11371" {
server.document-root = "/var/www/gpgmw"
setenv.add-response-header = ( "Via" => "1.1 mailflux.net:11371 (lighttpd)" )
setenv.add-response-header = ( "Via" => "1.1 yourserver.tld:11371 (lighttpd)" )
accesslog.filename = "/var/log/lighttpd/hkp-access.log"
url.rewrite-once = ( "^/pks/(.*)" => "/index.php?/pks/$1" )
}