{"id":32997,"date":"2023-09-07T22:32:01","date_gmt":"2023-02-22T23:29:58","guid":{"rendered":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-8%e4%b8%8a%e5%ae%89%e8%a3%85nginx-1-16%ef%bc%88%e4%bb%8eappstream%e4%b8%8b%e8%bd%bd%ef%bc%89\/"},"modified":"2024-01-15T07:35:53","modified_gmt":"2024-01-14T23:35:53","slug":"%e5%9c%a8centos-8%e4%b8%8a%e5%ae%89%e8%a3%85nginx-1-16%ef%bc%88%e4%bb%8eappstream%e4%b8%8b%e8%bd%bd%ef%bc%89","status":"publish","type":"post","link":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-8%e4%b8%8a%e5%ae%89%e8%a3%85nginx-1-16%ef%bc%88%e4%bb%8eappstream%e4%b8%8b%e8%bd%bd%ef%bc%89\/","title":{"rendered":"\u5728CentOS 8\u4e0a\u5b89\u88c5Nginx 1.16\uff08\u4eceAppStream\u4e0b\u8f7d\uff09"},"content":{"rendered":"<h1>\u9996\u5148<\/h1>\n<p>\u4f7f\u7528Application Stream\uff08AppStream\uff09\u5728CentOS8\u4e0a\u5b89\u88c5Nginx1.16\u3002<br \/>\n\u53c2\u8003\u94fe\u63a5\uff1aRHEL8\u7684\u8f6f\u4ef6\u5305\u6784\u6210 &#8211; BaseOS\u548cApplication Stream &#8211; \u7ea2\u5e3d\u5de5\u7a0b\u5e08\u535a\u5ba2<\/p>\n<h2>\u652f\u6301<\/h2>\n<p>\u5982\u679c\u4f7f\u7528\u6b64\u65b9\u6cd5\uff0c\u6839\u636eRed Hat Enterprise Linux 8 Application Streams Life Cycle &#8211; Red Hat Customer Portal\uff0c2021-11\u88ab\u8ba4\u4e3a\u662fEOL\uff08\u7ef4\u62a4\u7ec8\u6b62\uff09\u3002<br \/>\n\u53ef\u80fd\u4e0d\u4f1a\u5bf9\u4e4b\u540e\u62a5\u544a\u7684\u6f0f\u6d1e\u548c\u6545\u969c\u8fdb\u884c\u5904\u7406\u3002\u8fd9\u5728RHEL8.6\u53d1\u5e03\u540e\u88ab\u66f4\u6539\u4e3a2021-10\u3002<\/p>\n<h2>\u8bb0\u5f55<\/h2>\n<h3>\u5b89\u88c5<\/h3>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> <span class=\"nb\">cat<\/span> \/etc\/redhat-release\r\n<span class=\"go\">CentOS Linux release 8.1.1911 (Core)\r\n\r\n<\/span><span class=\"gp\">#<\/span> yum <span class=\"nb\">install<\/span> <span class=\"nt\">-y<\/span> @nginx:1.16\/common\r\n<span class=\"go\">... \u7565\r\n<\/span><\/code><\/pre>\n<h3>\u542f\u52a8\/\u505c\u6b62nginx<\/h3>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> systemctl start nginx\r\n<span class=\"go\">systemctl status -l nginx\r\n\u25cf nginx.service - The nginx HTTP and reverse proxy server\r\n<\/span><span class=\"gp\">   Loaded: loaded (\/usr\/lib\/systemd\/system\/nginx.service;<\/span> disabled<span class=\"p\">;<\/span> vendor preset: disabled<span class=\"o\">)<\/span>\r\n<span class=\"gp\">   Active: active (running) since Sat 2020-01-18 07:20:34 UTC;<\/span> 4s ago\r\n<span class=\"go\">  Process: 254 ExecStart=\/usr\/sbin\/nginx (code=exited, status=0\/SUCCESS)\r\n  Process: 253 ExecStartPre=\/usr\/sbin\/nginx -t (code=exited, status=0\/SUCCESS)\r\n  Process: 252 ExecStartPre=\/usr\/bin\/rm -f \/run\/nginx.pid (code=exited, status=0\/SUCCESS)\r\n Main PID: 255 (nginx)\r\n    Tasks: 2 (limit: 8989)\r\n   Memory: 4.0M\r\n   CGroup: \/docker\/71c622f375ec7840d3e5a10d45673562fa3d2f4b52cc51a58cd2b95103d6af08\/system.slice\/nginx.service\r\n           tq255 nginx: master process \/usr\/sbin\/nginx\r\n           mq256 nginx: worker process\r\n\r\nJan 18 07:20:34 71c622f375ec systemd[1]: Starting The nginx HTTP and reverse proxy server...\r\nJan 18 07:20:34 71c622f375ec nginx[253]: nginx: the configuration file \/etc\/nginx\/nginx.conf syntax is ok\r\nJan 18 07:20:34 71c622f375ec nginx[253]: nginx: configuration file \/etc\/nginx\/nginx.conf test is successful\r\n<\/span><span class=\"gp\">Jan 18 07:20:34 71c622f375ec systemd[1]: nginx.service: Failed to parse PID from file \/run\/nginx.pid: Invalid&gt;<\/span>\r\n<span class=\"go\">Jan 18 07:20:34 71c622f375ec systemd[1]: Started The nginx HTTP and reverse proxy server.\r\n<\/span><\/code><\/pre>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> systemctl stop nginx\r\n<span class=\"gp\">#<\/span> systemctl status <span class=\"nt\">-l<\/span> nginx\r\n<span class=\"go\">\u25cf nginx.service - The nginx HTTP and reverse proxy server\r\n<\/span><span class=\"gp\">   Loaded: loaded (\/usr\/lib\/systemd\/system\/nginx.service;<\/span> disabled<span class=\"p\">;<\/span> vendor preset: disabled<span class=\"o\">)<\/span>\r\n<span class=\"go\">   Active: inactive (dead)\r\n\r\nJan 18 07:18:30 71c622f375ec systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive.\r\nJan 18 07:18:30 71c622f375ec systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive.\r\nJan 18 07:18:31 71c622f375ec systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive.\r\nJan 18 07:20:34 71c622f375ec systemd[1]: Starting The nginx HTTP and reverse proxy server...\r\nJan 18 07:20:34 71c622f375ec nginx[253]: nginx: the configuration file \/etc\/nginx\/nginx.conf syntax is ok\r\nJan 18 07:20:34 71c622f375ec nginx[253]: nginx: configuration file \/etc\/nginx\/nginx.conf test is successful\r\n<\/span><span class=\"gp\">Jan 18 07:20:34 71c622f375ec systemd[1]: nginx.service: Failed to parse PID from file \/run\/nginx.pid: Invalid&gt;<\/span>\r\n<span class=\"go\">Jan 18 07:20:34 71c622f375ec systemd[1]: Started The nginx HTTP and reverse proxy server.\r\nJan 18 07:21:00 71c622f375ec systemd[1]: Stopping The nginx HTTP and reverse proxy server...\r\nJan 18 07:21:00 71c622f375ec systemd[1]: Stopped The nginx HTTP and reverse proxy server.\r\n<\/span><\/code><\/pre>\n<h3>\u81ea\u52a8\u542f\u52a8Nginx\u7684\u8bbe\u7f6e\/\u53d6\u6d88\u8bbe\u7f6e<\/h3>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> systemctl <span class=\"nb\">enable <\/span>nginx\r\n<span class=\"go\">Created symlink \/etc\/systemd\/system\/multi-user.target.wants\/nginx.service \u2192 \/usr\/lib\/systemd\/system\/nginx.service.\r\n\r\n<\/span><span class=\"gp\">#<\/span> systemctl list-unit-files <span class=\"nt\">--type<\/span><span class=\"o\">=<\/span>service |grep nginx\r\n<span class=\"go\">nginx.service                          enabled\r\n<\/span><\/code><\/pre>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> systemctl disable nginx\r\n<span class=\"go\">Removed \/etc\/systemd\/system\/multi-user.target.wants\/nginx.service.\r\n\r\n<\/span><span class=\"gp\">#<\/span> systemctl list-unit-files <span class=\"nt\">--type<\/span><span class=\"o\">=<\/span>service |grep nginx\r\n<span class=\"go\">nginx.service                          disabled\r\n<\/span><\/code><\/pre>\n<h3>\u5404\u79cd\u786e\u8ba4<br \/>\n\u5404\u79cd\u786e\u8ba4<\/h3>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> which nginx\r\n<span class=\"go\">\/usr\/sbin\/nginx\r\n\r\n<\/span><span class=\"gp\">#<\/span> nginx <span class=\"nt\">-v<\/span>\r\n<span class=\"go\">nginx version: nginx\/1.16.1\r\n\r\n<\/span><span class=\"gp\">#<\/span> yum module info nginx:1.16\r\n<span class=\"go\">Failed to set locale, defaulting to C.UTF-8\r\nLast metadata expiration check: 0:05:57 ago on Sat Jan 18 07:16:33 2020.\r\nName         : nginx\r\nStream       : 1.16 [e] [a]\r\nVersion      : 8010020191122190044\r\nContext      : cdc1202b\r\nArchitecture : x86_64\r\nProfiles     : common [i]\r\nRepo         : AppStream\r\nSummary      : nginx webserver\r\nDescription  : nginx 1.16 webserver module\r\nArtifacts    : nginx-1:1.16.1-1.module_el8.1.0+250+351caf85.src\r\n             : nginx-1:1.16.1-1.module_el8.1.0+250+351caf85.x86_64\r\n             : nginx-all-modules-1:1.16.1-1.module_el8.1.0+250+351caf85.noarch\r\n             : nginx-debuginfo-1:1.16.1-1.module_el8.1.0+250+351caf85.x86_64\r\n             : nginx-debugsource-1:1.16.1-1.module_el8.1.0+250+351caf85.x86_64\r\n             : nginx-filesystem-1:1.16.1-1.module_el8.1.0+250+351caf85.noarch\r\n             : nginx-mod-http-image-filter-1:1.16.1-1.module_el8.1.0+250+351caf85.x86_64\r\n             : nginx-mod-http-image-filter-debuginfo-1:1.16.1-1.module_el8.1.0+250+351caf85.x86_64\r\n             : nginx-mod-http-perl-1:1.16.1-1.module_el8.1.0+250+351caf85.x86_64\r\n             : nginx-mod-http-perl-debuginfo-1:1.16.1-1.module_el8.1.0+250+351caf85.x86_64\r\n             : nginx-mod-http-xslt-filter-1:1.16.1-1.module_el8.1.0+250+351caf85.x86_64\r\n             : nginx-mod-http-xslt-filter-debuginfo-1:1.16.1-1.module_el8.1.0+250+351caf85.x86_64\r\n             : nginx-mod-mail-1:1.16.1-1.module_el8.1.0+250+351caf85.x86_64\r\n             : nginx-mod-mail-debuginfo-1:1.16.1-1.module_el8.1.0+250+351caf85.x86_64\r\n             : nginx-mod-stream-1:1.16.1-1.module_el8.1.0+250+351caf85.x86_64\r\n             : nginx-mod-stream-debuginfo-1:1.16.1-1.module_el8.1.0+250+351caf85.x86_64\r\n\r\nHint: [d]efault, [e]nabled, [x]disabled, [i]nstalled, [a]ctive\r\n<\/span><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u9996\u5148 \u4f7f\u7528Application Stream\uff08AppStream\uff09\u5728CentOS8\u4e0a\u5b89\u88c5Nginx1.16\u3002 [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-32997","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.5 (Yoast SEO v21.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u5728CentOS 8\u4e0a\u5b89\u88c5Nginx 1.16\uff08\u4eceAppStream\u4e0b\u8f7d\uff09 - Blog - Silicon Cloud<\/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.silicloud.com\/zh\/blog\/\u5728centos-8\u4e0a\u5b89\u88c5nginx-1-16\uff08\u4eceappstream\u4e0b\u8f7d\uff09\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u5728CentOS 8\u4e0a\u5b89\u88c5Nginx 1.16\uff08\u4eceAppStream\u4e0b\u8f7d\uff09\" \/>\n<meta property=\"og:description\" content=\"\u9996\u5148 \u4f7f\u7528Application Stream\uff08AppStream\uff09\u5728CentOS8\u4e0a\u5b89\u88c5Nginx1.16\u3002 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.silicloud.com\/zh\/blog\/\u5728centos-8\u4e0a\u5b89\u88c5nginx-1-16\uff08\u4eceappstream\u4e0b\u8f7d\uff09\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog - Silicon Cloud\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-22T23:29:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-14T23:35:53+00:00\" \/>\n<meta name=\"author\" content=\"\u96c5, \u609f\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u96c5, \u609f\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-8%e4%b8%8a%e5%ae%89%e8%a3%85nginx-1-16%ef%bc%88%e4%bb%8eappstream%e4%b8%8b%e8%bd%bd%ef%bc%89\/\",\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-8%e4%b8%8a%e5%ae%89%e8%a3%85nginx-1-16%ef%bc%88%e4%bb%8eappstream%e4%b8%8b%e8%bd%bd%ef%bc%89\/\",\"name\":\"\u5728CentOS 8\u4e0a\u5b89\u88c5Nginx 1.16\uff08\u4eceAppStream\u4e0b\u8f7d\uff09 - Blog - Silicon Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#website\"},\"datePublished\":\"2023-02-22T23:29:58+00:00\",\"dateModified\":\"2024-01-14T23:35:53+00:00\",\"author\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/f044a4b7fa4ee2701702942002419ca6\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-8%e4%b8%8a%e5%ae%89%e8%a3%85nginx-1-16%ef%bc%88%e4%bb%8eappstream%e4%b8%8b%e8%bd%bd%ef%bc%89\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-8%e4%b8%8a%e5%ae%89%e8%a3%85nginx-1-16%ef%bc%88%e4%bb%8eappstream%e4%b8%8b%e8%bd%bd%ef%bc%89\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-8%e4%b8%8a%e5%ae%89%e8%a3%85nginx-1-16%ef%bc%88%e4%bb%8eappstream%e4%b8%8b%e8%bd%bd%ef%bc%89\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.silicloud.com\/zh\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u5728CentOS 8\u4e0a\u5b89\u88c5Nginx 1.16\uff08\u4eceAppStream\u4e0b\u8f7d\uff09\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#website\",\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/\",\"name\":\"Blog - Silicon Cloud\",\"description\":\"\",\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/f044a4b7fa4ee2701702942002419ca6\",\"name\":\"\u96c5, \u609f\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e71a913e914f1aad1efc391f92084294bac54bc782acd289638580134cf667a6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e71a913e914f1aad1efc391f92084294bac54bc782acd289638580134cf667a6?s=96&d=mm&r=g\",\"caption\":\"\u96c5, \u609f\"},\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/author\/yawu\/\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-8%e4%b8%8a%e5%ae%89%e8%a3%85nginx-1-16%ef%bc%88%e4%bb%8eappstream%e4%b8%8b%e8%bd%bd%ef%bc%89\/#local-main-organization-logo\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Blog - Silicon Cloud\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u5728CentOS 8\u4e0a\u5b89\u88c5Nginx 1.16\uff08\u4eceAppStream\u4e0b\u8f7d\uff09 - Blog - Silicon Cloud","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.silicloud.com\/zh\/blog\/\u5728centos-8\u4e0a\u5b89\u88c5nginx-1-16\uff08\u4eceappstream\u4e0b\u8f7d\uff09\/","og_locale":"zh_CN","og_type":"article","og_title":"\u5728CentOS 8\u4e0a\u5b89\u88c5Nginx 1.16\uff08\u4eceAppStream\u4e0b\u8f7d\uff09","og_description":"\u9996\u5148 \u4f7f\u7528Application Stream\uff08AppStream\uff09\u5728CentOS8\u4e0a\u5b89\u88c5Nginx1.16\u3002 [&hellip;]","og_url":"https:\/\/www.silicloud.com\/zh\/blog\/\u5728centos-8\u4e0a\u5b89\u88c5nginx-1-16\uff08\u4eceappstream\u4e0b\u8f7d\uff09\/","og_site_name":"Blog - Silicon Cloud","article_published_time":"2023-02-22T23:29:58+00:00","article_modified_time":"2024-01-14T23:35:53+00:00","author":"\u96c5, \u609f","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"\u96c5, \u609f","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"3 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-8%e4%b8%8a%e5%ae%89%e8%a3%85nginx-1-16%ef%bc%88%e4%bb%8eappstream%e4%b8%8b%e8%bd%bd%ef%bc%89\/","url":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-8%e4%b8%8a%e5%ae%89%e8%a3%85nginx-1-16%ef%bc%88%e4%bb%8eappstream%e4%b8%8b%e8%bd%bd%ef%bc%89\/","name":"\u5728CentOS 8\u4e0a\u5b89\u88c5Nginx 1.16\uff08\u4eceAppStream\u4e0b\u8f7d\uff09 - Blog - Silicon Cloud","isPartOf":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#website"},"datePublished":"2023-02-22T23:29:58+00:00","dateModified":"2024-01-14T23:35:53+00:00","author":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/f044a4b7fa4ee2701702942002419ca6"},"breadcrumb":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-8%e4%b8%8a%e5%ae%89%e8%a3%85nginx-1-16%ef%bc%88%e4%bb%8eappstream%e4%b8%8b%e8%bd%bd%ef%bc%89\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-8%e4%b8%8a%e5%ae%89%e8%a3%85nginx-1-16%ef%bc%88%e4%bb%8eappstream%e4%b8%8b%e8%bd%bd%ef%bc%89\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-8%e4%b8%8a%e5%ae%89%e8%a3%85nginx-1-16%ef%bc%88%e4%bb%8eappstream%e4%b8%8b%e8%bd%bd%ef%bc%89\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.silicloud.com\/zh\/blog\/"},{"@type":"ListItem","position":2,"name":"\u5728CentOS 8\u4e0a\u5b89\u88c5Nginx 1.16\uff08\u4eceAppStream\u4e0b\u8f7d\uff09"}]},{"@type":"WebSite","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#website","url":"https:\/\/www.silicloud.com\/zh\/blog\/","name":"Blog - Silicon Cloud","description":"","inLanguage":"zh-Hans"},{"@type":"Person","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/f044a4b7fa4ee2701702942002419ca6","name":"\u96c5, \u609f","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e71a913e914f1aad1efc391f92084294bac54bc782acd289638580134cf667a6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e71a913e914f1aad1efc391f92084294bac54bc782acd289638580134cf667a6?s=96&d=mm&r=g","caption":"\u96c5, \u609f"},"url":"https:\/\/www.silicloud.com\/zh\/blog\/author\/yawu\/"},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-8%e4%b8%8a%e5%ae%89%e8%a3%85nginx-1-16%ef%bc%88%e4%bb%8eappstream%e4%b8%8b%e8%bd%bd%ef%bc%89\/#local-main-organization-logo","url":"","contentUrl":"","caption":"Blog - Silicon Cloud"}]}},"_links":{"self":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/32997","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/comments?post=32997"}],"version-history":[{"count":2,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/32997\/revisions"}],"predecessor-version":[{"id":57418,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/32997\/revisions\/57418"}],"wp:attachment":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/media?parent=32997"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/categories?post=32997"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/tags?post=32997"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}