mirror of
https://github.com/casjaysdevdocker/lighttpd
synced 2025-01-18 12:34:28 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
d06c0c8e72
commit
b5e7e49b5d
@ -2,19 +2,19 @@
|
|||||||
# mod_fastcgi_fpm.conf
|
# mod_fastcgi_fpm.conf
|
||||||
# include'd by lighttpd.conf.
|
# include'd by lighttpd.conf.
|
||||||
###############################################################################
|
###############################################################################
|
||||||
fastcgi.server = ( ".php" =>
|
fastcgi.server = (
|
||||||
( "localhost" =>
|
".php" =>
|
||||||
(
|
(( "host" => "127.0.0.1",
|
||||||
"host" => "127.0.0.1",
|
"port" => 9000,
|
||||||
"port" => "9000"
|
"bin-path" => "/usr/bin/php"
|
||||||
)
|
)),
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
fastcgi.map-extensions = ( ".php3" => ".php",
|
fastcgi.map-extensions = (
|
||||||
|
".php3" => ".php",
|
||||||
".php4" => ".php",
|
".php4" => ".php",
|
||||||
".php5" => ".php",
|
".php5" => ".php",
|
||||||
".phps" => ".php",
|
".phps" => ".php",
|
||||||
".phtml" => ".php" )
|
".phtml" => ".php"
|
||||||
|
)
|
||||||
|
|
||||||
# vim: set ft=conf foldmethod=marker et :
|
# vim: set ft=conf foldmethod=marker et :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user