摘要: 1.nginx配置文件 server { listen 80; location /down { auth_basic "User Authentication"; auth_basic_user_file /etc/nginx/conf.d/user/file-download-user.db; 阅读全文
posted @ 2024-06-13 16:54 物是人非a 阅读(137) 评论(0) 推荐(0)