Skip to content

Instantly share code, notes, and snippets.

@marijnvdwerf
Created April 16, 2012 16:25
Show Gist options
  • 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