Skip to content

Instantly share code, notes, and snippets.

@mahodder
Last active August 29, 2015 14:00
Show Gist options
  • Save mahodder/11058939 to your computer and use it in GitHub Desktop.
Save mahodder/11058939 to your computer and use it in GitHub Desktop.
Thesis MS / NGINX
location / {
try_files $uri $uri/ /index.php?$args;
rewrite wp-content/thesis/skins/(.*)/css.css /wp-admin/admin-post.php?action=thesis_do_css;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment