Skip to content

Instantly share code, notes, and snippets.

@xialeistudio
Created July 15, 2016 02:33
Show Gist options
  • Save xialeistudio/92577d02996228eb4671dd1183800a5e to your computer and use it in GitHub Desktop.
Save xialeistudio/92577d02996228eb4671dd1183800a5e to your computer and use it in GitHub Desktop.
location / {
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php?$1 last;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment