xrff
Results
3
issues of
xrff
我尝试了一下nginx会报错:nginx: [emerg] "auth_basic" directive is not allowed here in /root/nginx/conf/nginx.conf:30 配置是这样的 tcp { upstream ha { server 192.168.164.245:2255; } server { listen 2255; proxy_pass ha; auth_basic "login test"; auth_basic_user_file conf/htpasswd;...
del