How to handle cancel for Basic Authentication in Nginx

后端 未结 0 668
夕颜
夕颜 2020-11-30 18:21

I have a login for phpMyAdmin on Nginx:

location /hiddenpath {
   auth_basic           "Admin";
   auth_basic_user_file passwordfile; }
相关标签:
回答
  • 消灭零回复
提交回复
热议问题