Skip to content

Instantly share code, notes, and snippets.

@kporras07
Created November 3, 2016 15:14
Show Gist options
  • Save kporras07/1c6edf76f33e354036005fc5aac70d5c to your computer and use it in GitHub Desktop.
Save kporras07/1c6edf76f33e354036005fc5aac70d5c to your computer and use it in GitHub Desktop.
location / {
# try_files $uri @rewrite; # For Drupal <= 6
try_files $uri /index.php?$query_string; # For Drupal >= 7
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment