新网创想网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
nginx 配置主域名 xxx.com, 跳转子域名 www.xxx.com
衡阳县网站建设公司成都创新互联,衡阳县网站设计制作,有大型网站制作公司丰富经验。已为衡阳县成百上千提供企业网站建设服务。企业网站搭建\成都外贸网站制作要多少钱,请找那个售后服务好的衡阳县做网站的公司定做!server {
listen 80;
server_name www.xxx.com;
location / {
root html/www/public_html;
index index.php index.html index.htm;
}
error_page 404 /404.html;
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html/www/public_html;
}
location ~ \.php$ {
root html/www/public_html;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
# include fastcgi_params;**
include fastcgi.conf;
}
}
#xxx.com --> www.xxx.com
server {
server_name xxx.com;
rewrite ^(.*)$ http://www.xxx.com$1 permanent;
}
另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。