proxy_set_header Authorization "Basic a2luZzppc25ha2Vk";

    proxy_set_header Authorization "Basic YWRtaW46YWRtaW44ODg=";

admin/admin888
 YWRtaW46YWRtaW44ODg=
curl --proxy 10.10.124.97:80 --proxy-basic -U admin:admin888 www.baidu.com
http://shairosenfeld.com/blog/index.php/2011/03/authorization-header-in-nginx-for-proxying-to-basic-auth-backend/

查询linux下你使用最多的10条命令 - - ITeye技术网站

查询linux下你使用最多的10条命令:

history | awk '{CMD[$2]++;count++;} END { for (a in CMD )print CMD[ a ]" " CMD[ a ]/count*100 "% " a }' | grep -v "./" | column -c3 -s " " -t |sort -nr | nl | head -n10

相关文章:

  • 2022-01-23
  • 2021-06-17
  • 2021-07-17
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
  • 2021-11-07
猜你喜欢
  • 2021-11-25
  • 2022-02-11
  • 2021-08-01
  • 2022-12-23
  • 2021-07-25
  • 2021-09-19
相关资源
相似解决方案