Skip to content

Commit

Permalink
Suggest using a UNIX socket for lighttpd, which may be more reliable
Browse files Browse the repository at this point in the history
Fixes: I#30626
  • Loading branch information
alexmv committed Feb 24, 2015
1 parent 1dfba9c commit 7dfb029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web_deployment.pod
Expand Up @@ -192,7 +192,7 @@ With the nginx configuration:
fastcgi.server = (
"/" => (
"rt" => (
"port" => "9000",
"socket" => "/opt/rt4/var/socket",
"bin-path" => "/opt/rt4/sbin/rt-server.fcgi",
"check-local" => "disable",
"fix-root-scriptname" => "enable",
Expand Down

0 comments on commit 7dfb029

Please sign in to comment.