Skip to content

Instantly share code, notes, and snippets.

@marijnvdwerf
Created April 16, 2012 16:25
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save marijnvdwerf/2399778 to your computer and use it in GitHub Desktop.
Save marijnvdwerf/2399778 to your computer and use it in GitHub Desktop.
Kirby CMS Nginx config?
location / {
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php last;
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment