强制使用不带www + https
強制使用httpswww跳到不帶www
server該什麼寫?
也就是說 我只想要: file:///C:\Users\SC414~1.WON\AppData\Local\Temp\%W@GJ$ACOF(TYDYECOKVDYB.pnghttps://xo.io
file:///C:\Users\SC414~1.WON\AppData\Local\Temp\%W@GJ$ACOF(TYDYECOKVDYB.pnghttp://xo.iofile:///C:\Users\SC414~1.WON\AppData\Local\Temp\%W@GJ$ACOF(TYDYECOKVDYB.pnghttp://www.xo.iofile:///C:\Users\SC414~1.WON\AppData\Local\Temp\%W@GJ$ACOF(TYDYECOKVDYB.pnghttps://www.xo.io
都跳到file:///C:\Users\SC414~1.WON\AppData\Local\Temp\%W@GJ$ACOF(TYDYECOKVDYB.pnghttps://xo.io
目前的文件:server
{
listen 80;
if ($server_port = 80) {
return 301 https://xo.io$request_uri;
}
listen 443 ssl http2;
#listen [::]:80;
ssl on;
ssl_certificate /root/ssl.crt;
ssl_certificate_key /root/ssl.key;
server_name xo.io www.xo.io;
index index.html index.htm index.php default.html default.htm default.php;
root/home/wwwroot/xo.io;
include wordpress.conf;
#error_page 404 /404.html;
include enable-php.conf;
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
}
location ~ .*\.(js|css)?$
{
expires 12h;
}
location ~ /\.
{
deny all;
}
access_log off;
}
親問怎麼修改?
[ 本帖最后由 我要奔潰了 于 2016-8-31 23:38 编辑 ] https://lnmp.org/faq/lnmp-nginx-301-rewrite.html
页:
[1]