Created
November 3, 2016 15:14
-
-
Save kporras07/1c6edf76f33e354036005fc5aac70d5c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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