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