Home  >  Q&A  >  body text

javascript - Urgent, my host IP is bound to someone else's domain name, how to solve it? ?

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

黄舟黄舟2686 days ago928

reply all(3)I'll reply

  • 滿天的星座

    滿天的星座2017-06-12 09:26:58

    nginx:

    server
    {
        listen 80;
        server_name 域名;
        location / {
            return 403;
        }
    }

    reply
    0
  • 仅有的幸福

    仅有的幸福2017-06-12 09:26:58

    Binding is bound to have any impact

    reply
    0
  • 世界只因有你

    世界只因有你2017-06-12 09:26:58

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

    reply
    0
  • Cancelreply