十年网站开发经验 + 多家企业客户 + 靠谱的建站团队
量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决
nginx主配置文件
nginx vhosts里面的配置文件
[root@plone vhosts]# cat plone.conf server { listen 80; server_name plone.sense.com.cn; access_log /home/data/logs/nginx/plone_access.log main; # rewrite ^(.*)$ https://$host$1 permanent; location / { proxy_set_header X-real-ip $remote_addr; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Scheme $scheme; proxy_pass #重点 } error_page 500 502 503 504 /50x.html; location = /50x.html { root html; } } # server { # listen 443 ssl; # server_name console.senseyun.com; # access_log /home/data/logs/nginx/ssl.console_senseyun.log main; # # ssl_certificate /opt/CA/senseyun.com_bundle.crt; # ssl_certificate_key /opt/CA/senseyun.com.key; # # # location ~^/ { # proxy_set_header X-real-ip $remote_addr; # proxy_set_header Host $http_host; # proxy_set_header X-Forwarded-Scheme $scheme; # proxy_pass http://console; # } # # error_page 500 502 503 504 /50x.html; # location = /50x.html { # root html; # } # }另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。