I have a server block that contains the following:
auth_basic "Please log in.";
location = / {
return 301 https://$host:$server_port/folder/;
}
I noticed that /folder/ is appended to the URL before the user is
prompted for authentication. Can that behavior be changed?
- Grant
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
auth_basic "Please log in.";
location = / {
return 301 https://$host:$server_port/folder/;
}
I noticed that /folder/ is appended to the URL before the user is
prompted for authentication. Can that behavior be changed?
- Grant
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx