16 lines
No EOL
308 B
Text
16 lines
No EOL
308 B
Text
server.modules = (
|
|
"mod_indexfile",
|
|
"mod_fastcgi"
|
|
)
|
|
|
|
server.document-root = "/srv"
|
|
server.port = 3000
|
|
index-file.names = ( "index.html" )
|
|
|
|
static-file.exclude-extensions = ( ".php" )
|
|
fastcgi.server = ( ".php" =>
|
|
((
|
|
"socket" => "/run_local/php-fpm.sock",
|
|
"broken-scriptfilename" => "enable"
|
|
))
|
|
) |