Skip to content

Instantly share code, notes, and snippets.

@RyanThompson
Created July 7, 2015 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RyanThompson/2c5cf00f4f5c5538071e to your computer and use it in GitHub Desktop.
Save RyanThompson/2c5cf00f4f5c5538071e to your computer and use it in GitHub Desktop.
Pretty URLs for NGINX configuration files.
location / {
try_files $uri $uri/ /index.php?$query_string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment