cyk-git
Results
1
comments of
cyk-git
使用Nginx反向代理拒绝掉 /v1/user/register 的访问就可以禁止用户注册 具体来说,使用这样的conf文件启动Nginx反向代理,就可以实现将原本的默认使用80端口访问服务变成使用18888端口访问服务,同时没有办法进行注册 You can block user registration by denying access to /v1/user/register via an Nginx reverse proxy. You can use a Nginx configuration file like the one below....