我使用NGINX中的auth_pam
- 模块对特定位置的用户进行身份验证,并希望将文件夹名称捕获到变量中,而此变量应显示在{{1}的标题上}}
这可能吗?
location ~ /testfolder/(\d+)/(\S+)/ {
auth_pam "folder1 is $1 and folder2 is $2";
auth_pam_service_name "nginx";
}
目前横幅显示为" folder1为$ 1,folder2为$ 2 "使用 www-servers / nginx-1.10.0