Skip to content

Instantly share code, notes, and snippets.

@wesleywillians
Created July 5, 2014 13:17
Show Gist options
  • Save wesleywillians/0be6c2e851e9e5145c5d to your computer and use it in GitHub Desktop.
Save wesleywillians/0be6c2e851e9e5145c5d to your computer and use it in GitHub Desktop.
Redirecionamento nginx
location / {
try_files $uri $uri/ /index.php?$args;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment