nginx: How to restrict accessing using ip

后端 未结 0 1637
执念已碎
执念已碎 2020-12-30 02:21

I have the following nginx configuration file: on my server

upstream hello_server {
    server webapp:8888;
}

server {
    listen 80;
    server_name mydomai         


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