Skip to content

Instantly share code, notes, and snippets.

@willies952002
Created April 28, 2016 22:22
Show Gist options
  • Save willies952002/9690b4b18745fa0ba2e95de2e467e70e to your computer and use it in GitHub Desktop.
Save willies952002/9690b4b18745fa0ba2e95de2e467e70e to your computer and use it in GitHub Desktop.
<IfModule mod_fastcgi.c>
AddHandler php5-fcgi .php
Action php5-fcgi /php5-fcgi
Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi /var/run/php5-fpm.sock -pass-header Authorization
<Directory /usr/lib/cgi-bin>
Require all granted
Require env REDIRECT_STATUS
</Directory>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment