時(shí)間:2023-02-09 04:06:01 | 來(lái)源:建站知識(shí)
時(shí)間:2023-02-09 04:06:01 來(lái)源:建站知識(shí)
server { listen 80; server_name localhost; #使用原域名 rewrite ^(.*)$ https://$host$1 permanent; #或者直接定義域名 rewrite ^(.*)$ https://xxx.com permanent; location / { index index.php index.html index.htm; }}
server { listen 80; server_name localhost; #使用原域名 return 301 https://$server_name$request_uri; #或者直接定義域名 return 301 https://xxx.com; location / { index index.php index.html index.htm; }}
關(guān)鍵詞:
客戶(hù)&案例
營(yíng)銷(xiāo)資訊
關(guān)于我們
客戶(hù)&案例
營(yíng)銷(xiāo)資訊
關(guān)于我們
微信公眾號(hào)
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。