Make sure Authorization header works on Apache

pull/9/head
Toby Zerner 2015-08-19 14:54:58 +09:30
parent eb8ecd71bf
commit 77ecef8370
1 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,7 @@
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>
<IfModule mod_wsgi.c>
WSGIPassAuthorization On
</IfModule>