
C
chengli.zou
走自己的路,让别人说去吧。
展开
-
nginx http强制跳转https
server { listen 80; server_name clzblog.site *.clzblog.site; if ($host = clzblog.site) { rewrite ^(.*)$ https://www....原创 2018-09-19 16:33:06 · 708 阅读 · 0 评论 -
nginx配置https
server { listen 443; server_name www.clzblog.site; ssl on; root html; index index.html index.htm; ...原创 2018-09-19 16:45:08 · 258 阅读 · 0 评论