{"id":33126,"date":"2023-09-29T13:51:02","date_gmt":"2024-02-26T13:32:31","guid":{"rendered":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85nginx-1-14%e5%88%b0centos-8%ef%bc%88%e9%80%9a%e8%bf%87appstream%ef%bc%89\/"},"modified":"2024-05-04T02:04:26","modified_gmt":"2024-05-03T18:04:26","slug":"%e5%ae%89%e8%a3%85nginx-1-14%e5%88%b0centos-8%ef%bc%88%e9%80%9a%e8%bf%87appstream%ef%bc%89","status":"publish","type":"post","link":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85nginx-1-14%e5%88%b0centos-8%ef%bc%88%e9%80%9a%e8%bf%87appstream%ef%bc%89\/","title":{"rendered":"\u5b89\u88c5Nginx 1.14\u5230CentOS 8\uff08\u901a\u8fc7AppStream\uff09"},"content":{"rendered":"<h1>\u9996\u5148<\/h1>\n<p>\u4f7f\u7528Application Stream\uff08AppStream\uff09\u5728CentOS8\u4e0a\u5b89\u88c5Nginx1.14\u3002<br \/>\n\u53c2\u8003\uff1aRHEL8\u7684\u8f6f\u4ef6\u5305\u7ed3\u6784-BaseOS\u548cApplication Stream-\u7ea2\u5e3d\u5de5\u7a0b\u5e08\u535a\u5ba2\u3002<\/p>\n<h2>\u652f\u6301<\/h2>\n<p>\u6839\u636e\u6211\u4eec\u4f7f\u7528\u7684\u65b9\u6cd5\uff0c\u6839\u636e\u300aRed Hat Enterprise Linux 8 Application Streams Life Cycle &#8211; Red Hat Customer Portal\u300b\uff0c\u9884\u8ba12021\u5e745\u6708\u5c06\u5230\u8fbe\u7ec8\u6b62\u652f\u6301\uff08EOL\uff09\u3002<br \/>\n\u6b64\u540e\u53ef\u80fd\u4e0d\u4f1a\u5bf9\u62a5\u544a\u7684\u6f0f\u6d1e\u6216\u95ee\u9898\u8fdb\u884c\u4fee\u590d\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.0.1905 (Core)\r\n\r\n<\/span><span class=\"gp\">#<\/span> yum <span class=\"nb\">install<\/span> <span class=\"nt\">-y<\/span> @nginx:1.14\r\n<span class=\"go\">... \u7565\r\n<\/span><\/code><\/pre>\n<h3>\u542f\u52a8\/\u5173\u95ednginx<\/h3>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> systemctl start 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\">  Drop-In: \/usr\/lib\/systemd\/system\/nginx.service.d\r\n           mqphp-fpm.conf\r\n<\/span><span class=\"gp\">   Active: active (running) since Thu 2019-09-26 06:35:24 EDT;<\/span> 1min 5s ago\r\n<span class=\"go\">  Process: 7819 ExecStart=\/usr\/sbin\/nginx (code=exited, status=0\/SUCCESS)\r\n  Process: 7817 ExecStartPre=\/usr\/sbin\/nginx -t (code=exited, status=0\/SUCCESS)\r\n  Process: 7815 ExecStartPre=\/usr\/bin\/rm -f \/run\/nginx.pid (code=exited, status=0\/SUCCESS)\r\n Main PID: 7820 (nginx)\r\n    Tasks: 3 (limit: 11109)\r\n   Memory: 7.0M\r\n   CGroup: \/system.slice\/nginx.service\r\n           tq7820 nginx: master process \/usr\/sbin\/nginx\r\n           tq7821 nginx: worker process\r\n           mq7822 nginx: worker process\r\n\r\nSep 26 06:35:24 localhost.localdomain systemd[1]: Starting The nginx HTTP and reverse proxy server...\r\nSep 26 06:35:24 localhost.localdomain nginx[7817]: nginx: the configuration file \/etc\/nginx\/nginx.conf syntax is ok\r\nSep 26 06:35:24 localhost.localdomain nginx[7817]: nginx: configuration file \/etc\/nginx\/nginx.conf test is successful\r\nSep 26 06:35:24 localhost.localdomain 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\">  Drop-In: \/usr\/lib\/systemd\/system\/nginx.service.d\r\n           mqphp-fpm.conf\r\n   Active: inactive (dead)\r\n\r\nSep 26 06:33:48 localhost.localdomain systemd[1]: Started The nginx HTTP and reverse proxy server.\r\nSep 26 06:33:50 localhost.localdomain systemd[1]: Stopping The nginx HTTP and reverse proxy server...\r\nSep 26 06:33:50 localhost.localdomain systemd[1]: Stopped The nginx HTTP and reverse proxy server.\r\nSep 26 06:34:59 localhost.localdomain systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive.\r\nSep 26 06:35:24 localhost.localdomain systemd[1]: Starting The nginx HTTP and reverse proxy server...\r\nSep 26 06:35:24 localhost.localdomain nginx[7817]: nginx: the configuration file \/etc\/nginx\/nginx.conf syntax is ok\r\nSep 26 06:35:24 localhost.localdomain nginx[7817]: nginx: configuration file \/etc\/nginx\/nginx.conf test is successful\r\nSep 26 06:35:24 localhost.localdomain systemd[1]: Started The nginx HTTP and reverse proxy server.\r\nSep 26 06:36:54 localhost.localdomain systemd[1]: Stopping The nginx HTTP and reverse proxy server...\r\nSep 26 06:36:54 localhost.localdomain systemd[1]: Stopped The nginx HTTP and reverse proxy server.\r\n<\/span><\/code><\/pre>\n<h3>Nginx\u81ea\u52a8\u542f\u52a8\u53ca\u8bbe\u7f6e\u53d6\u6d88\u3002<\/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 &#8211; g\u00e8<\/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.14.1\r\n\r\n<\/span><span class=\"gp\">#<\/span> yum module info @nginx:1.14\r\n<span class=\"go\">Last metadata expiration check: 0:44:15 ago on Thu 26 Sep 2019 05:58:05 AM EDT.\r\nUnable to resolve argument @nginx:1.14\r\nError: No matching Modules to list\r\n<\/span><span class=\"gp\">[root@localhost ~]#<\/span> yum module info nginx:1.14\r\n<span class=\"go\">Last metadata expiration check: 0:44:20 ago on Thu 26 Sep 2019 05:58:05 AM EDT.\r\nName             : nginx\r\nStream           : 1.14 [d][e][a]\r\nVersion          : 8000020190628020724\r\nContext          : 55190bc5\r\nProfiles         : common [d] [i]\r\nDefault profiles : common\r\nRepo             : AppStream\r\nSummary          : nginx webserver\r\nDescription      : nginx 1.14 webserver module\r\nArtifacts        : nginx-1:1.14.1-8.module_el8.0.0+5+258f653c.src\r\n                 : nginx-1:1.14.1-8.module_el8.0.0+5+258f653c.x86_64\r\n                 : nginx-all-modules-1:1.14.1-8.module_el8.0.0+5+258f653c.noarch\r\n                 : nginx-debuginfo-1:1.14.1-8.module_el8.0.0+5+258f653c.x86_64\r\n                 : nginx-debugsource-1:1.14.1-8.module_el8.0.0+5+258f653c.x86_64\r\n                 : nginx-filesystem-1:1.14.1-8.module_el8.0.0+5+258f653c.noarch\r\n                 : nginx-mod-http-image-filter-1:1.14.1-8.module_el8.0.0+5+258f653c.x86_64\r\n                 : nginx-mod-http-image-filter-debuginfo-1:1.14.1-8.module_el8.0.0+5+258f653c.x86_64\r\n                 : nginx-mod-http-perl-1:1.14.1-8.module_el8.0.0+5+258f653c.x86_64\r\n                 : nginx-mod-http-perl-debuginfo-1:1.14.1-8.module_el8.0.0+5+258f653c.x86_64\r\n                 : nginx-mod-http-xslt-filter-1:1.14.1-8.module_el8.0.0+5+258f653c.x86_64\r\n                 : nginx-mod-http-xslt-filter-debuginfo-1:1.14.1-8.module_el8.0.0+5+258f653c.x86_64\r\n                 : nginx-mod-mail-1:1.14.1-8.module_el8.0.0+5+258f653c.x86_64\r\n                 : nginx-mod-mail-debuginfo-1:1.14.1-8.module_el8.0.0+5+258f653c.x86_64\r\n                 : nginx-mod-stream-1:1.14.1-8.module_el8.0.0+5+258f653c.x86_64\r\n                 : nginx-mod-stream-debuginfo-1:1.14.1-8.module_el8.0.0+5+258f653c.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.14\u3002 [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-33126","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>\u5b89\u88c5Nginx 1.14\u5230CentOS 8\uff08\u901a\u8fc7AppStream\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\/\u5b89\u88c5nginx-1-14\u5230centos-8\uff08\u901a\u8fc7appstream\uff09\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u5b89\u88c5Nginx 1.14\u5230CentOS 8\uff08\u901a\u8fc7AppStream\uff09\" \/>\n<meta property=\"og:description\" content=\"\u9996\u5148 \u4f7f\u7528Application Stream\uff08AppStream\uff09\u5728CentOS8\u4e0a\u5b89\u88c5Nginx1.14\u3002 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.silicloud.com\/zh\/blog\/\u5b89\u88c5nginx-1-14\u5230centos-8\uff08\u901a\u8fc7appstream\uff09\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog - Silicon Cloud\" \/>\n<meta property=\"article:published_time\" content=\"2024-02-26T13:32:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-03T18:04:26+00:00\" \/>\n<meta name=\"author\" content=\"\u97f5, \u79d1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u97f5, \u79d1\" \/>\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%ae%89%e8%a3%85nginx-1-14%e5%88%b0centos-8%ef%bc%88%e9%80%9a%e8%bf%87appstream%ef%bc%89\/\",\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85nginx-1-14%e5%88%b0centos-8%ef%bc%88%e9%80%9a%e8%bf%87appstream%ef%bc%89\/\",\"name\":\"\u5b89\u88c5Nginx 1.14\u5230CentOS 8\uff08\u901a\u8fc7AppStream\uff09 - Blog - Silicon Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#website\"},\"datePublished\":\"2024-02-26T13:32:31+00:00\",\"dateModified\":\"2024-05-03T18:04:26+00:00\",\"author\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/6530331a63adef3b3443a1fab53a0e6e\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85nginx-1-14%e5%88%b0centos-8%ef%bc%88%e9%80%9a%e8%bf%87appstream%ef%bc%89\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85nginx-1-14%e5%88%b0centos-8%ef%bc%88%e9%80%9a%e8%bf%87appstream%ef%bc%89\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85nginx-1-14%e5%88%b0centos-8%ef%bc%88%e9%80%9a%e8%bf%87appstream%ef%bc%89\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.silicloud.com\/zh\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u5b89\u88c5Nginx 1.14\u5230CentOS 8\uff08\u901a\u8fc7AppStream\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\/6530331a63adef3b3443a1fab53a0e6e\",\"name\":\"\u97f5, \u79d1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/429ccb39b3fff5188bc17986222cfb0936cbadb8cc933cff04ab5ca01bd30a08?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/429ccb39b3fff5188bc17986222cfb0936cbadb8cc933cff04ab5ca01bd30a08?s=96&d=mm&r=g\",\"caption\":\"\u97f5, \u79d1\"},\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/author\/yunke\/\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85nginx-1-14%e5%88%b0centos-8%ef%bc%88%e9%80%9a%e8%bf%87appstream%ef%bc%89\/#local-main-organization-logo\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Blog - Silicon Cloud\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u5b89\u88c5Nginx 1.14\u5230CentOS 8\uff08\u901a\u8fc7AppStream\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\/\u5b89\u88c5nginx-1-14\u5230centos-8\uff08\u901a\u8fc7appstream\uff09\/","og_locale":"zh_CN","og_type":"article","og_title":"\u5b89\u88c5Nginx 1.14\u5230CentOS 8\uff08\u901a\u8fc7AppStream\uff09","og_description":"\u9996\u5148 \u4f7f\u7528Application Stream\uff08AppStream\uff09\u5728CentOS8\u4e0a\u5b89\u88c5Nginx1.14\u3002 [&hellip;]","og_url":"https:\/\/www.silicloud.com\/zh\/blog\/\u5b89\u88c5nginx-1-14\u5230centos-8\uff08\u901a\u8fc7appstream\uff09\/","og_site_name":"Blog - Silicon Cloud","article_published_time":"2024-02-26T13:32:31+00:00","article_modified_time":"2024-05-03T18:04:26+00:00","author":"\u97f5, \u79d1","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"\u97f5, \u79d1","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"3 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85nginx-1-14%e5%88%b0centos-8%ef%bc%88%e9%80%9a%e8%bf%87appstream%ef%bc%89\/","url":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85nginx-1-14%e5%88%b0centos-8%ef%bc%88%e9%80%9a%e8%bf%87appstream%ef%bc%89\/","name":"\u5b89\u88c5Nginx 1.14\u5230CentOS 8\uff08\u901a\u8fc7AppStream\uff09 - Blog - Silicon Cloud","isPartOf":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#website"},"datePublished":"2024-02-26T13:32:31+00:00","dateModified":"2024-05-03T18:04:26+00:00","author":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/6530331a63adef3b3443a1fab53a0e6e"},"breadcrumb":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85nginx-1-14%e5%88%b0centos-8%ef%bc%88%e9%80%9a%e8%bf%87appstream%ef%bc%89\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85nginx-1-14%e5%88%b0centos-8%ef%bc%88%e9%80%9a%e8%bf%87appstream%ef%bc%89\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85nginx-1-14%e5%88%b0centos-8%ef%bc%88%e9%80%9a%e8%bf%87appstream%ef%bc%89\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.silicloud.com\/zh\/blog\/"},{"@type":"ListItem","position":2,"name":"\u5b89\u88c5Nginx 1.14\u5230CentOS 8\uff08\u901a\u8fc7AppStream\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\/6530331a63adef3b3443a1fab53a0e6e","name":"\u97f5, \u79d1","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/429ccb39b3fff5188bc17986222cfb0936cbadb8cc933cff04ab5ca01bd30a08?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/429ccb39b3fff5188bc17986222cfb0936cbadb8cc933cff04ab5ca01bd30a08?s=96&d=mm&r=g","caption":"\u97f5, \u79d1"},"url":"https:\/\/www.silicloud.com\/zh\/blog\/author\/yunke\/"},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85nginx-1-14%e5%88%b0centos-8%ef%bc%88%e9%80%9a%e8%bf%87appstream%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\/33126","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\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/comments?post=33126"}],"version-history":[{"count":2,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/33126\/revisions"}],"predecessor-version":[{"id":95452,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/33126\/revisions\/95452"}],"wp:attachment":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/media?parent=33126"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/categories?post=33126"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/tags?post=33126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}