javascript - Urgent, my host IP is bound to someone else's domain name, how to solve it? ?
黄舟
黄舟 2017-06-12 09:24:58
0
3
919

My host IP is bound by someone else’s IP. How to solve it? ? What should you do

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(3)
滿天的星座

nginx:

server
{
    listen 80;
    server_name 域名;
    location / {
        return 403;
    }
}
仅有的幸福

Binding is bound to have any impact

世界只因有你

Is it possible to limit domain name with nginx?
It has been solved, the solution is given downstairs

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!