mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
lighttpd: lighttpd.conf enable flag for HTTP/2
lighttpd.conf reference server.feature-flags Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
This commit is contained in:
@@ -11,6 +11,13 @@ index-file.names = ( "index.php", "index.html",
|
|||||||
|
|
||||||
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
|
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
|
||||||
|
|
||||||
|
### Features
|
||||||
|
#https://redmine.lighttpd.net/projects/lighttpd/wiki/Server_feature-flagsDetails
|
||||||
|
server.feature-flags += ("server.h2proto" => "enable")
|
||||||
|
server.feature-flags += ("server.h2c" => "enable")
|
||||||
|
server.feature-flags += ("server.graceful-shutdown-timeout" => 5)
|
||||||
|
#server.feature-flags += ("server.graceful-restart-bg" => "enable")
|
||||||
|
|
||||||
### Options that are useful but not always necessary:
|
### Options that are useful but not always necessary:
|
||||||
#server.chroot = "/"
|
#server.chroot = "/"
|
||||||
#server.port = 81
|
#server.port = 81
|
||||||
|
|||||||
Reference in New Issue
Block a user