-
-
Save frugan-dev/c1e7cb5131b4c67a292b to your computer and use it in GitHub Desktop.
Revisions
-
sobstel created this gist
Mar 21, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ <VirtualHost *> ServerName auth.dev DocumentRoot "/var/www/auth" ProxyPassMatch ^(/.*\.php)$ fcgi://127.0.0.1:9000/var/www/auth SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 </VirtualHost>