Skip to content

Instantly share code, notes, and snippets.

@outrunthewolf
Created May 7, 2014 14:08
Show Gist options
  • Save outrunthewolf/03729bfa1bfeb59c802d to your computer and use it in GitHub Desktop.
Save outrunthewolf/03729bfa1bfeb59c802d to your computer and use it in GitHub Desktop.
nginx gist
location = /framework/thirdparty/tinymce/tiny_mce_gzip.php {
include fastcgi_params;
fastcgi_pass 127.0.0.1:9000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment