轻松存储、处理、分发数据,支撑业务安全稳定运转
发布于 2019-04-18 09:01:05
发出来你的nginx配置。有很多写法
server { listen 80; server_name www.xxxx.com xxxx.com; index index.html index.php; location / { rewrite ^(.*)$ https://$host$1 permanent; } }
if ($server_port !~ 443){ rewrite ^(/.*)$ https://$host$1 permanent; }
相似问题
领取专属 10元无门槛券
AI混元助手 在线答疑
洞察 腾讯核心技术
剖析业界实践案例