Skip to content

Instantly share code, notes, and snippets.

@mpurzynski
Created April 24, 2019 00:47
Show Gist options
  • Save mpurzynski/bf13cc35b083bc058bd77f0c684d0b5a to your computer and use it in GitHub Desktop.
Save mpurzynski/bf13cc35b083bc058bd77f0c684d0b5a to your computer and use it in GitHub Desktop.
bs
<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