摘要:
root介绍 访问 ,nginx匹配的文件路径是 The /data/w3/i/top.gif file will be sent in response to the “/i/top.gif” request. The path value can contain variables, excep 阅读全文
2020年4月20日 #
摘要:
有些时候我们希望系统只能通过固定的域名访问,禁止IP或者恶意绑定的域名访问。 下面的nginx配置,假如host变量不是指定的域名,将返回403。 1 server { 2 listen 80; 3 server_name newcoina.xgyxserv.com; 4 5 if ($host ! 阅读全文