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