重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

nginx通过url跳转到另外的一个url上

#user nobody;
worker_processes 1;

目前创新互联已为数千家的企业提供了网站建设、域名、网站空间、网站改版维护、企业网站设计、仲巴网站维护等服务,公司将坚持客户导向、应用为本的策略,正道将秉承"和谐、参与、激情"的文化,与客户和合作伙伴齐心协力一起成长,共同发展。

events {
worker_connections 1024;
}

http {
sendfile on;
server {
listen 7080;
server_name localhost;

     location ^~ /demo { 
    proxy_pass http://127.0.0.1/;
}
location / {  
    root html;
    index index.html index.htm;
}
}

}


网站栏目:nginx通过url跳转到另外的一个url上
链接地址:http://cqcxhl.cn/article/psepcs.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP