Skip to content

Instantly share code, notes, and snippets.

@gma
Created June 3, 2010 23:26
Show Gist options
  • Select an option

  • Save gma/424661 to your computer and use it in GitHub Desktop.

Select an option

Save gma/424661 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name effectif.com;
root /var/apps/nesta/current/public;
passenger_enabled on;
if (-f $request_filename.html) {
rewrite (.*) $1.html break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment