Skip to content

Instantly share code, notes, and snippets.

@ryszard
Created December 21, 2009 14:07
Show Gist options
  • Save ryszard/260961 to your computer and use it in GitHub Desktop.
Save ryszard/260961 to your computer and use it in GitHub Desktop.
url.rewrite-once = (
"^(/(media/|static/|favicon.ico|robots.txt).*)$" => "$1",
"^(/.*)$" => "main.fcgi$1",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment