Skip to content

Instantly share code, notes, and snippets.

@rnavarro
Created September 26, 2012 22:47
Show Gist options
  • Save rnavarro/3791136 to your computer and use it in GitHub Desktop.
Save rnavarro/3791136 to your computer and use it in GitHub Desktop.
location / {
index index.php index.html index.htm;
rewrite ^/api/(.*)$ /$1 last;
try_files $uri $uri/ /index.php?$uri&$args;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment