Skip to content

Instantly share code, notes, and snippets.

@btobolaski
Created September 26, 2012 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btobolaski/3789200 to your computer and use it in GitHub Desktop.
Save btobolaski/3789200 to your computer and use it in GitHub Desktop.
wp-svtle nginx send script to fastcgi
location /wp-svbtle { fastcgi_index wp-svbtle.php; fastcgi_pass 127.0.0.1:9000; include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param SCRIPT_NAME $fastcgi_script_name; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment