Nginx该如何配置呢
Opened this issue · 1 comments
ElieenAndBella commented
Nginx该如何配置呢
Flipped199 commented
server{
listen 80;
server_name xxx.com;
location / {
proxy_set_header Host $host;
proxy_pass http://icppp:9315;
}
}
Opened this issue · 1 comments
server{
listen 80;
server_name xxx.com;
location / {
proxy_set_header Host $host;
proxy_pass http://icppp:9315;
}
}