Created
May 1, 2014 11:53
-
-
Save outrunthewolf/1ff524fa8108cc402c69 to your computer and use it in GitHub Desktop.
nginx return
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 ^/index.php { | |
return 301 $scheme://$host$request_uri; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment