icppp
icppp copied to clipboard
Nginx该如何配置呢
server{
listen 80;
server_name xxx.com;
location / {
proxy_set_header Host $host;
proxy_pass http://icppp:9315;
}
}