How to get password-protected podcasts to work with Nginx?
-
I found your gist about getting password protection to work with fastCGI and Apache but I’m using Nginx.
I found two equivalents for
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]
I tried added either of these to fastcgi.conf or fastcgi_params, then restarting (of course) but they didn’t work.
fastcgi_param REMOTE_USER $remote_user; fastcgi_param Authorization $http_authorization;
Any other ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to get password-protected podcasts to work with Nginx?’ is closed to new replies.