Block direct IP access with NGINX with site behind Cloudflare

后端 未结 0 1326
耶瑟儿~
耶瑟儿~ 2020-12-17 16:31

I\'m trying to block direct IP access with NGINX.

I added the following block

server {
  listen      80 default_server;
  server_name "";
  r         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题