
{"id":672,"date":"2020-01-11T18:21:31","date_gmt":"2020-01-11T10:21:31","guid":{"rendered":"https:\/\/www.changxuan.top\/?p=672"},"modified":"2021-04-15T17:49:54","modified_gmt":"2021-04-15T09:49:54","slug":"https%e9%85%8d%e7%bd%ae%e6%8c%87%e5%8c%97","status":"publish","type":"post","link":"https:\/\/www.changxuan.top\/?p=672","title":{"rendered":"HTTPS\u914d\u7f6e\u6307\u5317"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">\u4e0b\u8f7d SSL \u8bc1\u4e66<\/h3>\n\n\n\n<p>\u5982\u679c\u662f\u5728\u5404\u5927\u4e91\u5382\u5546\u6ce8\u518c\u7684\u57df\u540d\uff0c\u4e00\u822c\u90fd\u53ef\u4ee5\u7533\u8bf7\u4e3a\u671f\u4e00\u5e74\u514d\u8d39\u7684SSL\u8bc1\u4e66\u3002\u5f53\u7136\u4e5f\u6709\u5176\u5b83\u7684\u4e00\u4e9b\u5e73\u53f0\u4f1a\u63d0\u4f9b\u514d\u8d39\u8bc1\u4e66\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u914d\u7f6e Nginx<\/h3>\n\n\n\n<p>\u5148\u8bb2\u4e00\u4e0b\u6211\u670d\u52a1\u5668\u7684\u60c5\u51b5\u3002\u7531\u4e8e\u5728\u670d\u52a1\u5668\u4e0a\u8fd0\u884c\u4e86 Python\u3001PHP \u548c   Java \u4e09\u79cd\u8bed\u8a00\u7f16\u5199\u7684\u591a\u4e2a\u7f51\u7ad9\uff0c\u4e3a\u4e86\u80fd\u591f\u90fd\u4f7f\u7528 80 \u7aef\u53e3\u8bbf\u95ee\uff0c\u6240\u4ee5\u6211\u7528 Nginx \u505a\u4e86\u53cd\u5411\u4ee3\u7406\u3002\u8fd9\u6837\u53ea\u9700\u8981\u5728 Nginx \u5c42\u8fdb\u884c https \u914d\u7f6e\u5c31\u53ef\u4ee5\u4e86\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u914d\u7f6e\u6587\u4ef6<\/h4>\n\n\n\n<p>\u5728\u66f4\u6539\u914d\u7f6e\u6587\u4ef6\u65f6\uff0c\u6211\u4e00\u822c\u91c7\u7528\u7c7b\u4f3c\u4e8e\u5f00\u95ed\u539f\u5219\u7684\u65b9\u5f0f\u8fdb\u884c\u66f4\u6539\u3002\u8fdb\u5165\u5230\u6587\u4ef6\u5939  <code>\/etc\/nginx<\/code>  \u4e2d\uff0c\u65b0\u5efa\u4e00\u4e2a\u6587\u4ef6\u5939 <code>dconf<\/code> \u3002\u7136\u540e\u5728 nginx \u9ed8\u8ba4\u914d\u7f6e\u6587\u4ef6 nginx.conf \u7684 http\u57df\u5185\u52a0\u4e0a\u4e00\u884c\u914d\u7f6e\uff0c<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignright is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.changxuan.top\/wp-content\/uploads\/2020\/01\/image.png\" alt=\"\" class=\"wp-image-676\" width=\"248\" height=\"32\" srcset=\"https:\/\/www.changxuan.top\/wp-content\/uploads\/2020\/01\/image.png 606w, https:\/\/www.changxuan.top\/wp-content\/uploads\/2020\/01\/image-300x40.png 300w\" sizes=\"auto, (max-width: 248px) 100vw, 248px\" \/><\/figure><\/div>\n\n\n<p># Load customize configuration<br \/>\n    include  \/etc\/nginx\/dnconf\/*.conf;<\/p>\n\n\n\n<p>\u8fd9\u6837\u6bcf\u6b21\u542f\u52a8 nginx \u670d\u52a1\u65f6\uff0c\u4fbf\u4f1a\u81ea\u52a8\u52a0\u8f7d <code>dconf<\/code> \u6587\u4ef6\u5939\u4e2d\u7684\u81ea\u5b9a\u4e49\u914d\u7f6e\u3002\u7136\u540e\u5728 <code>dconf<\/code> \u4e2d\u65b0\u5efa\u4e00\u4e2a\u6587\u4ef6 php.conf \u3002\uff08\u6ce8\uff1a\u4f7f\u7528 yum\u547d\u4ee4\u5b89\u88c5\u7684 Nginx 1.12.2\uff09\u4e0b\u9762\u662f\u914d\u7f6e\u6587\u4ef6 php.conf \u4e2d\u7684\u5185\u5bb9\uff1a<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">upstream php {\n        server 127.0.0.1:8088;\n}\nserver {\n        listen 443;\n        server_name b.yuming.cn;\n        ssl_certificate \/etc\/nginx\/ssl\/b.yuming.cn_bundle.crt;\n        ssl_certificate_key \/etc\/nginx\/ssl\/b.yuming.cn.key;\n        ssl on;\n        ssl_session_cache builtin:1000 shared:SSL:10m;\n        ssl_protocols TLSv1 TLSv1.1 TLSv1.2;\n        ssl_ciphers HIGH:!aNULL:!eNULL:!EXPORT:!CAMELLIA:!DES:!MD5:!PSK:!RC4;\n        ssl_prefer_server_ciphers on;\n        access_log \/etc\/nginx\/logs\/b.yuming.cn.access.log;\n        location \/\n        {\n          proxy_next_upstream http_502 http_504 error timeout invalid_header;\n          proxy_set_header Host  $host;\n          proxy_set_header X-Real-IP $remote_addr;\n          proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n          proxy_pass http:\/\/php;\n        }\n}\nserver {\n        listen 443;\n        server_name a.yuming.cn;\n        ssl_certificate \/etc\/nginx\/ssl\/a.yuming.cn_bundle.crt;\n        ssl_certificate_key \/etc\/nginx\/ssl\/a.yuming.cn.key;\n        ssl on;\n        ssl_session_cache builtin:1000 shared:SSL:10m;\n        ssl_protocols TLSv1 TLSv1.1 TLSv1.2;\n        ssl_ciphers HIGH:!aNULL:!eNULL:!EXPORT:!CAMELLIA:!DES:!MD5:!PSK:!RC4;\n        ssl_prefer_server_ciphers on;\n        access_log \/etc\/nginx\/logs\/a.yuming.cn.access.log;\n        location \/\n        {\n          proxy_next_upstream http_502 http_504 error timeout invalid_header;\n          proxy_set_header Host  $host;\n          proxy_set_header X-Real-IP $remote_addr;\n          proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n          proxy_pass http:\/\/php;\n        }\n}\nserver {\n          listen 80;\n          server_name a.yuming.cn b.yuming.cn ;\n          return 301 https:\/\/$host$request_uri;\n}<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">\u914d\u7f6e\u6587\u4ef6\u89e3\u91ca<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Apache \u670d\u52a1\u5730\u5740\u4e0e\u7aef\u53e3<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>upstream php {\n        server 127.0.0.1:8088;\n}<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>\u9488\u5bf9\u57df\u540d a.yuming.cn \u7684\u914d\u7f6e<\/li><\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">server {\n        listen 443;\n        server_name b.yuming.cn;\n        ssl_certificate \/etc\/nginx\/ssl\/b.yuming.cn_bundle.crt;\n        ssl_certificate_key \/etc\/nginx\/ssl\/b.yuming.cn.key;\n        ssl on;\n        ssl_session_cache builtin:1000 shared:SSL:10m;\n        ssl_protocols TLSv1 TLSv1.1 TLSv1.2;\n        ssl_ciphers HIGH:!aNULL:!eNULL:!EXPORT:!CAMELLIA:!DES:!MD5:!PSK:!RC4;\n        ssl_prefer_server_ciphers on;\n        access_log \/etc\/nginx\/logs\/b.yuming.cn.access.log;\n        location \/\n        {\n          proxy_next_upstream http_502 http_504 error timeout invalid_header;\n          proxy_set_header Host  $host;\n          proxy_set_header X-Real-IP $remote_addr;\n          proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n          proxy_pass http:\/\/php;\n        }\n}<\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>\u91cd\u5b9a\u5411 80 \u7aef\u53e3\u8bbf\u95ee\u8bf7\u6c42<\/li><\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">server {\n          listen 80;\n          server_name a.yuming.cn b.yuming.cn ;\n          return 301 https:\/\/$host$request_uri;\n}<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">FAQ<\/h3>\n\n\n\n<ol class=\"wp-block-list\"><li>\u914d\u7f6e\u597d\u91cd\u542f nginx \u4e4b\u540e\uff0c\u4f7f\u7528 https \u53ef\u4ee5\u6b63\u5e38\u8bbf\u95ee\u7f51\u7ad9\uff0c\u4e3a\u4ec0\u4e48\u6d4f\u89c8\u5668\u4e0a\u4e0d\u663e\u793a\u9501\u6807\u5fd7\uff1f<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\">\u67e5\u770b\u7f51\u7ad9\u4e2d\u662f\u5426\u5f15\u7528\u4e86http\u7c7b\u578b\u7684\u56fe\u7247\u3001\u89c6\u9891\u3001JS\u6216\u8005CSS\u7b49\u8d44\u6e90\uff0c\u5982\u679c\u5b58\u5728\u6b64\u7c7b\u8d44\u6e90\u8bf7\u6539\u4e3ahttps\u94fe\u63a5\u3002<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u4e0b\u8f7d SSL \u8bc1\u4e66 \u5982\u679c\u662f\u5728\u5404\u5927\u4e91\u5382\u5546\u6ce8\u518c\u7684\u57df\u540d\uff0c\u4e00\u822c\u90fd\u53ef\u4ee5\u7533\u8bf7\u4e3a\u671f\u4e00\u5e74\u514d\u8d39\u7684SSL\u8bc1\u4e66\u3002\u5f53\u7136\u4e5f\u6709\u5176\u5b83\u7684\u4e00\u4e9b\u5e73 &hellip; <a href=\"https:\/\/www.changxuan.top\/?p=672\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">HTTPS\u914d\u7f6e\u6307\u5317<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[37,54],"tags":[68,67],"class_list":["post-672","post","type-post","status-publish","format-standard","hentry","category-tech","category-54","tag-https","tag-nginx"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HTTPS\u914d\u7f6e\u6307\u5317 - \u5e38\u8f69<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.changxuan.top\/?p=672\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HTTPS\u914d\u7f6e\u6307\u5317 - \u5e38\u8f69\" \/>\n<meta property=\"og:description\" content=\"\u4e0b\u8f7d SSL \u8bc1\u4e66 \u5982\u679c\u662f\u5728\u5404\u5927\u4e91\u5382\u5546\u6ce8\u518c\u7684\u57df\u540d\uff0c\u4e00\u822c\u90fd\u53ef\u4ee5\u7533\u8bf7\u4e3a\u671f\u4e00\u5e74\u514d\u8d39\u7684SSL\u8bc1\u4e66\u3002\u5f53\u7136\u4e5f\u6709\u5176\u5b83\u7684\u4e00\u4e9b\u5e73 &hellip; \u7ee7\u7eed\u9605\u8bfbHTTPS\u914d\u7f6e\u6307\u5317\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.changxuan.top\/?p=672\" \/>\n<meta property=\"og:site_name\" content=\"\u5e38\u8f69\" \/>\n<meta property=\"article:published_time\" content=\"2020-01-11T10:21:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-15T09:49:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.changxuan.top\/wp-content\/uploads\/2020\/01\/image.png\" \/>\n<meta name=\"author\" content=\"\u5e38\u8f69\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u5e38\u8f69\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/?p=672#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/?p=672\"},\"author\":{\"name\":\"\u5e38\u8f69\",\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/#\\\/schema\\\/person\\\/08c8f0af44536928094dc1b4f88da3bd\"},\"headline\":\"HTTPS\u914d\u7f6e\u6307\u5317\",\"datePublished\":\"2020-01-11T10:21:31+00:00\",\"dateModified\":\"2021-04-15T09:49:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/?p=672\"},\"wordCount\":36,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/#\\\/schema\\\/person\\\/08c8f0af44536928094dc1b4f88da3bd\"},\"image\":{\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/?p=672#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.changxuan.top\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/image.png\",\"keywords\":[\"HTTPS\",\"nginx\"],\"articleSection\":[\"\u6280\u672f\",\"\u6559\u7a0b\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.changxuan.top\\\/?p=672#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/?p=672\",\"url\":\"https:\\\/\\\/www.changxuan.top\\\/?p=672\",\"name\":\"HTTPS\u914d\u7f6e\u6307\u5317 - \u5e38\u8f69\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/?p=672#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/?p=672#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.changxuan.top\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/image.png\",\"datePublished\":\"2020-01-11T10:21:31+00:00\",\"dateModified\":\"2021-04-15T09:49:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/?p=672#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.changxuan.top\\\/?p=672\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/?p=672#primaryimage\",\"url\":\"https:\\\/\\\/www.changxuan.top\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/image.png\",\"contentUrl\":\"https:\\\/\\\/www.changxuan.top\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/image.png\",\"width\":606,\"height\":80},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/?p=672#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\\\/\\\/www.changxuan.top\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HTTPS\u914d\u7f6e\u6307\u5317\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/#website\",\"url\":\"https:\\\/\\\/www.changxuan.top\\\/\",\"name\":\"\u5e38\u8f69\",\"description\":\"\u95fb\u9053\u6709\u5148\u540e\uff0c\u672f\u4e1a\u6709\u4e13\u653b-\u4e00\u4e8c\u4e09\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/#\\\/schema\\\/person\\\/08c8f0af44536928094dc1b4f88da3bd\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.changxuan.top\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/#\\\/schema\\\/person\\\/08c8f0af44536928094dc1b4f88da3bd\",\"name\":\"\u5e38\u8f69\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/IMG_008520200606-095631.jpg\",\"url\":\"https:\\\/\\\/www.changxuan.top\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/IMG_008520200606-095631.jpg\",\"contentUrl\":\"https:\\\/\\\/www.changxuan.top\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/IMG_008520200606-095631.jpg\",\"width\":960,\"height\":960,\"caption\":\"\u5e38\u8f69\"},\"logo\":{\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/IMG_008520200606-095631.jpg\"},\"description\":\"\u603b\u8981\u505a\u70b9\u4ec0\u4e48\u5427\uff01\",\"sameAs\":[\"https:\\\/\\\/www.changxuan.top\"],\"url\":\"https:\\\/\\\/www.changxuan.top\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HTTPS\u914d\u7f6e\u6307\u5317 - \u5e38\u8f69","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.changxuan.top\/?p=672","og_locale":"zh_CN","og_type":"article","og_title":"HTTPS\u914d\u7f6e\u6307\u5317 - \u5e38\u8f69","og_description":"\u4e0b\u8f7d SSL \u8bc1\u4e66 \u5982\u679c\u662f\u5728\u5404\u5927\u4e91\u5382\u5546\u6ce8\u518c\u7684\u57df\u540d\uff0c\u4e00\u822c\u90fd\u53ef\u4ee5\u7533\u8bf7\u4e3a\u671f\u4e00\u5e74\u514d\u8d39\u7684SSL\u8bc1\u4e66\u3002\u5f53\u7136\u4e5f\u6709\u5176\u5b83\u7684\u4e00\u4e9b\u5e73 &hellip; \u7ee7\u7eed\u9605\u8bfbHTTPS\u914d\u7f6e\u6307\u5317","og_url":"https:\/\/www.changxuan.top\/?p=672","og_site_name":"\u5e38\u8f69","article_published_time":"2020-01-11T10:21:31+00:00","article_modified_time":"2021-04-15T09:49:54+00:00","og_image":[{"url":"https:\/\/www.changxuan.top\/wp-content\/uploads\/2020\/01\/image.png","type":"","width":"","height":""}],"author":"\u5e38\u8f69","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"\u5e38\u8f69","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"2 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.changxuan.top\/?p=672#article","isPartOf":{"@id":"https:\/\/www.changxuan.top\/?p=672"},"author":{"name":"\u5e38\u8f69","@id":"https:\/\/www.changxuan.top\/#\/schema\/person\/08c8f0af44536928094dc1b4f88da3bd"},"headline":"HTTPS\u914d\u7f6e\u6307\u5317","datePublished":"2020-01-11T10:21:31+00:00","dateModified":"2021-04-15T09:49:54+00:00","mainEntityOfPage":{"@id":"https:\/\/www.changxuan.top\/?p=672"},"wordCount":36,"commentCount":0,"publisher":{"@id":"https:\/\/www.changxuan.top\/#\/schema\/person\/08c8f0af44536928094dc1b4f88da3bd"},"image":{"@id":"https:\/\/www.changxuan.top\/?p=672#primaryimage"},"thumbnailUrl":"https:\/\/www.changxuan.top\/wp-content\/uploads\/2020\/01\/image.png","keywords":["HTTPS","nginx"],"articleSection":["\u6280\u672f","\u6559\u7a0b"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.changxuan.top\/?p=672#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.changxuan.top\/?p=672","url":"https:\/\/www.changxuan.top\/?p=672","name":"HTTPS\u914d\u7f6e\u6307\u5317 - \u5e38\u8f69","isPartOf":{"@id":"https:\/\/www.changxuan.top\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.changxuan.top\/?p=672#primaryimage"},"image":{"@id":"https:\/\/www.changxuan.top\/?p=672#primaryimage"},"thumbnailUrl":"https:\/\/www.changxuan.top\/wp-content\/uploads\/2020\/01\/image.png","datePublished":"2020-01-11T10:21:31+00:00","dateModified":"2021-04-15T09:49:54+00:00","breadcrumb":{"@id":"https:\/\/www.changxuan.top\/?p=672#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.changxuan.top\/?p=672"]}]},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.changxuan.top\/?p=672#primaryimage","url":"https:\/\/www.changxuan.top\/wp-content\/uploads\/2020\/01\/image.png","contentUrl":"https:\/\/www.changxuan.top\/wp-content\/uploads\/2020\/01\/image.png","width":606,"height":80},{"@type":"BreadcrumbList","@id":"https:\/\/www.changxuan.top\/?p=672#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.changxuan.top\/"},{"@type":"ListItem","position":2,"name":"HTTPS\u914d\u7f6e\u6307\u5317"}]},{"@type":"WebSite","@id":"https:\/\/www.changxuan.top\/#website","url":"https:\/\/www.changxuan.top\/","name":"\u5e38\u8f69","description":"\u95fb\u9053\u6709\u5148\u540e\uff0c\u672f\u4e1a\u6709\u4e13\u653b-\u4e00\u4e8c\u4e09","publisher":{"@id":"https:\/\/www.changxuan.top\/#\/schema\/person\/08c8f0af44536928094dc1b4f88da3bd"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.changxuan.top\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":["Person","Organization"],"@id":"https:\/\/www.changxuan.top\/#\/schema\/person\/08c8f0af44536928094dc1b4f88da3bd","name":"\u5e38\u8f69","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.changxuan.top\/wp-content\/uploads\/2021\/04\/IMG_008520200606-095631.jpg","url":"https:\/\/www.changxuan.top\/wp-content\/uploads\/2021\/04\/IMG_008520200606-095631.jpg","contentUrl":"https:\/\/www.changxuan.top\/wp-content\/uploads\/2021\/04\/IMG_008520200606-095631.jpg","width":960,"height":960,"caption":"\u5e38\u8f69"},"logo":{"@id":"https:\/\/www.changxuan.top\/wp-content\/uploads\/2021\/04\/IMG_008520200606-095631.jpg"},"description":"\u603b\u8981\u505a\u70b9\u4ec0\u4e48\u5427\uff01","sameAs":["https:\/\/www.changxuan.top"],"url":"https:\/\/www.changxuan.top\/?author=1"}]}},"views":3231,"_links":{"self":[{"href":"https:\/\/www.changxuan.top\/index.php?rest_route=\/wp\/v2\/posts\/672","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.changxuan.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.changxuan.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.changxuan.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.changxuan.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=672"}],"version-history":[{"count":24,"href":"https:\/\/www.changxuan.top\/index.php?rest_route=\/wp\/v2\/posts\/672\/revisions"}],"predecessor-version":[{"id":1364,"href":"https:\/\/www.changxuan.top\/index.php?rest_route=\/wp\/v2\/posts\/672\/revisions\/1364"}],"wp:attachment":[{"href":"https:\/\/www.changxuan.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=672"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.changxuan.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=672"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.changxuan.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=672"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}