Skip to content

Instantly share code, notes, and snippets.

@girvan
Created March 22, 2012 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save girvan/2155444 to your computer and use it in GitHub Desktop.
Save girvan/2155444 to your computer and use it in GitHub Desktop.
<?php
$HTTP["host"] == "event.sopili.com" {
server.document-root = "/home/www/event/"
fastcgi.server = ( ".php" =>
((
"bin-path" => "/usr/local/bin/php-cgi -c /usr/local/etc/php_event.ini",
"socket" => "/tmp/event-php-fastcgi.socket",
))
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment