-
-
Save mpurzynski/bf13cc35b083bc058bd77f0c684d0b5a to your computer and use it in GitHub Desktop.
bs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule !mod_php5.c> | |
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 | |
DirectoryIndex /index.php index.php | |
<FilesMatch \.php$> | |
SetHandler "proxy:fcgi://127.0.0.1:9000" | |
</FilesMatch> | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment