Skip to content

Instantly share code, notes, and snippets.

@fredemmott
Created February 11, 2014 18:24
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 fredemmott/8940883 to your computer and use it in GitHub Desktop.
Save fredemmott/8940883 to your computer and use it in GitHub Desktop.
Server {
DefaultDocument=index.php
ErrorDocument404=index.php
}
ServerVariables {
X_ENVIRONMENT: dev
}
Debug {
FullBacktrace=true
ServerErrorMessage=true
}
Eval {
EnableHipHopSyntax=true
Debugger {
EnableDebugger=true
EnableDebuggerServer=true
DefaultSandboxPath=.
}
}
StaticFile {
Extensions {
css = text/css
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment