Skip to content
Snippets Groups Projects
Commit a0476161 authored by ale's avatar ale
Browse files

Pass Authorization header to fcgi (for REST API)

parent 59f26ec9
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
DocumentRoot /opt/noblogs/www
SetEnvIf X-Forwarded-Proto https HTTPS=on
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
<Directory /opt/noblogs/www>
Options FollowSymLinks Indexes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment