Authorization header not found – NGINX
-
Guys, I am running Nginx on my machine and facing a little issue with converting the lines below to Nginx equivalent, can anyone help, please.
==========================================================================To enable this option you’ll need to edit your .htaccess file by adding the following:
RewriteEngine on
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) – [E=HTTP_AUTHORIZATION:%1]WPENGINE
To enable this option you’ll need to edit your .htaccess file by adding the following (see this issue):SetEnvIf Authorization “(.*)” HTTP_AUTHORIZATION=$1
The topic ‘Authorization header not found – NGINX’ is closed to new replies.