Skip to content

Instantly share code, notes, and snippets.

@sandys
Created September 16, 2015 12:57
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 sandys/ada356dcdafba5f246db to your computer and use it in GitHub Desktop.
Save sandys/ada356dcdafba5f246db to your computer and use it in GitHub Desktop.
fastcgi params for wordpress on debian 8 with php5-fpm
#These two lines were missing from my /etc/nginx/fastcgi_params, make sure they are there!
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_script_name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment