{"id":33048,"date":"2023-09-27T19:14:09","date_gmt":"2023-08-21T14:57:54","guid":{"rendered":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87%e8%bd%af%e4%bb%b6%e9%9b%86%e5%90%88%ef%bc%88scl%ef%bc%89%e5%ae%89%e8%a3%85nginx-1-12%e3%80%82\/"},"modified":"2024-05-04T01:51:05","modified_gmt":"2024-05-03T17:51:05","slug":"%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87%e8%bd%af%e4%bb%b6%e9%9b%86%e5%90%88%ef%bc%88scl%ef%bc%89%e5%ae%89%e8%a3%85nginx-1-12%e3%80%82","status":"publish","type":"post","link":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87%e8%bd%af%e4%bb%b6%e9%9b%86%e5%90%88%ef%bc%88scl%ef%bc%89%e5%ae%89%e8%a3%85nginx-1-12%e3%80%82\/","title":{"rendered":"\u5728CentOS 7\u4e0a\u901a\u8fc7\u8f6f\u4ef6\u96c6\u5408\uff08SCL\uff09\u5b89\u88c5Nginx 1.12"},"content":{"rendered":"<h1>\u9996\u5148<\/h1>\n<p>\u4f7f\u7528\u8f6f\u4ef6\u96c6\uff08SCL\uff09\u5728CentOS7\u4e0a\u5b89\u88c5Nginx1.12<br \/>\n\u539f\u6587\u94fe\u63a5\uff1aNginx\u5404\u79cd\u5b89\u88c5\u65b9\u6cd5\u548cEOL\u603b\u7ed3<br \/>\n\u53c2\u8003\u94fe\u63a5\uff1a\u5feb\u901f\u5165\u95e8 \u2014 \u8f6f\u4ef6\u96c6\u5408<\/p>\n<h2>\u652f\u6301<\/h2>\n<p>\u5982\u679c\u4f7f\u7528\u8fd9\u79cd\u65b9\u6cd5\uff0c\u6839\u636eRed Hat\u8f6f\u4ef6\u96c6\u4ea7\u54c1\u751f\u547d\u5468\u671f-Red Hat\u5ba2\u6237\u95e8\u6237\u7f51\u7ad9\uff0c2019-10\u5e74\u53ef\u80fd\u4f1a\u6210\u4e3a\u7ec8\u6b62\u652f\u6301\u7248\u672c\u3002<br \/>\n\u4e4b\u540e\u53ef\u80fd\u4e0d\u4f1a\u5bf9\u62a5\u544a\u7684\u6f0f\u6d1e\u548c\u95ee\u9898\u8fdb\u884c\u4fee\u590d\u3002<\/p>\n<h2>\u65e5\u5fd7<\/h2>\n<h3>\u4ed3\u5e93\u6ce8\u518c<\/h3>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> yum <span class=\"nb\">install<\/span> <span class=\"nt\">-y<\/span> centos-release-scl\r\n<\/code><\/pre>\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 7.6.1810 (Core)\r\n\r\n<\/span><span class=\"gp\">#<\/span> yum <span class=\"nb\">install<\/span> <span class=\"nt\">-y<\/span> rh-nginx112 which\r\n<span class=\"gp\">#<\/span> scl <span class=\"nb\">enable <\/span>rh-nginx112 bash\r\n<span class=\"go\">... \u7565\r\n<\/span><\/code><\/pre>\n<h3>\u542f\u52a8\/\u505c\u6b62Nginx\u3002<\/h3>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> systemctl start rh-nginx112-nginx\r\n<span class=\"gp\">#<\/span> systemctl status <span class=\"nt\">-l<\/span> rh-nginx112-nginx\r\n<span class=\"go\">\u25cf rh-nginx112-nginx.service - The nginx HTTP and reverse proxy server\r\n<\/span><span class=\"gp\">   Loaded: loaded (\/usr\/lib\/systemd\/system\/rh-nginx112-nginx.service;<\/span> disabled<span class=\"p\">;<\/span> vendor preset: disabled<span class=\"o\">)<\/span>\r\n<span class=\"gp\">   Active: active (running) since Mon 2019-10-14 14:27:10 UTC;<\/span> 5s ago\r\n<span class=\"gp\">  Process: 268 ExecStart=\/opt\/rh\/rh-nginx112\/root\/usr\/libexec\/nginx-scl-helper enable $<\/span>RH_NGINX112_SCLS_ENABLED <span class=\"nt\">--<\/span> \/opt\/rh\/rh-nginx112\/root\/usr\/sbin\/nginx <span class=\"o\">(<\/span><span class=\"nv\">code<\/span><span class=\"o\">=<\/span>exited, <span class=\"nv\">status<\/span><span class=\"o\">=<\/span>0\/SUCCESS<span class=\"o\">)<\/span>\r\n<span class=\"gp\">  Process: 262 ExecStartPre=\/opt\/rh\/rh-nginx112\/root\/usr\/libexec\/nginx-scl-helper enable $<\/span>RH_NGINX112_SCLS_ENABLED <span class=\"nt\">--<\/span> \/opt\/rh\/rh-nginx112\/root\/usr\/sbin\/nginx <span class=\"nt\">-t<\/span> <span class=\"o\">(<\/span><span class=\"nv\">code<\/span><span class=\"o\">=<\/span>exited, <span class=\"nv\">status<\/span><span class=\"o\">=<\/span>0\/SUCCESS<span class=\"o\">)<\/span>\r\n<span class=\"gp\">  Process: 255 ExecStartPre=\/opt\/rh\/rh-nginx112\/root\/usr\/libexec\/nginx-scl-helper enable $<\/span>RH_NGINX112_SCLS_ENABLED <span class=\"nt\">--<\/span> \/usr\/bin\/scl_enabled rh-nginx112 <span class=\"o\">(<\/span><span class=\"nv\">code<\/span><span class=\"o\">=<\/span>exited, <span class=\"nv\">status<\/span><span class=\"o\">=<\/span>0\/SUCCESS<span class=\"o\">)<\/span>\r\n<span class=\"go\">  Process: 254 ExecStartPre=\/usr\/bin\/rm -f \/var\/opt\/rh\/rh-nginx112\/run\/nginx\/nginx.pid (code=exited, status=0\/SUCCESS)\r\n Main PID: 274 (nginx)\r\n   CGroup: \/docker\/2c69eef17f35aea1cd6e32dc5c453e44d51d93a8ef2d4d12ffd2dacc24f90bf5\/system.slice\/rh-nginx112-nginx.service\r\n           tq274 nginx: master process \/opt\/rh\/rh-nginx112\/root\/usr\/sbin\/nginx\r\n           mq275 nginx: worker process\r\n           ? 274 nginx: master process \/opt\/rh\/rh-nginx112\/root\/usr\/sbin\/nginx\r\n\r\nOct 14 14:27:10 2c69eef17f35 systemd[1]: Starting The nginx HTTP and reverse proxy server...\r\nOct 14 14:27:10 2c69eef17f35 nginx-scl-helper[262]: nginx: the configuration file \/etc\/opt\/rh\/rh-nginx112\/nginx\/nginx.conf syntax is ok\r\nOct 14 14:27:10 2c69eef17f35 nginx-scl-helper[262]: nginx: configuration file \/etc\/opt\/rh\/rh-nginx112\/nginx\/nginx.conf test is successful\r\nOct 14 14:27:10 2c69eef17f35 systemd[1]: Failed to read PID from file \/var\/opt\/rh\/rh-nginx112\/run\/nginx\/nginx.pid: Invalid argument\r\nOct 14 14:27:10 2c69eef17f35 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 rh-nginx112-nginx\r\n<span class=\"gp\">#<\/span> systemctl status <span class=\"nt\">-l<\/span> rh-nginx112-nginx\r\n<span class=\"go\">\u25cf rh-nginx112-nginx.service - The nginx HTTP and reverse proxy server\r\n<\/span><span class=\"gp\">   Loaded: loaded (\/usr\/lib\/systemd\/system\/rh-nginx112-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\nOct 14 14:27:10 2c69eef17f35 systemd[1]: Starting The nginx HTTP and reverse proxy server...\r\nOct 14 14:27:10 2c69eef17f35 nginx-scl-helper[262]: nginx: the configuration file \/etc\/opt\/rh\/rh-nginx112\/nginx\/nginx.conf syntax is ok\r\nOct 14 14:27:10 2c69eef17f35 nginx-scl-helper[262]: nginx: configuration file \/etc\/opt\/rh\/rh-nginx112\/nginx\/nginx.conf test is successful\r\nOct 14 14:27:10 2c69eef17f35 systemd[1]: Failed to read PID from file \/var\/opt\/rh\/rh-nginx112\/run\/nginx\/nginx.pid: Invalid argument\r\nOct 14 14:27:10 2c69eef17f35 systemd[1]: Started The nginx HTTP and reverse proxy server.\r\nOct 14 14:27:40 2c69eef17f35 systemd[1]: Stopping The nginx HTTP and reverse proxy server...\r\nOct 14 14:27:40 2c69eef17f35 systemd[1]: Stopped The nginx HTTP and reverse proxy server.\r\n<\/span><\/code><\/pre>\n<h3>Nginx\u81ea\u52a8\u542f\u52a8\u8bbe\u7f6e\/\u8bbe\u7f6e\u89e3\u9664<\/h3>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> systemctl <span class=\"nb\">enable <\/span>rh-nginx112-nginx\r\n<span class=\"go\">Created symlink from \/etc\/systemd\/system\/multi-user.target.wants\/rh-nginx112-nginx.service to \/usr\/lib\/systemd\/system\/rh-nginx112-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\">rh-nginx112-nginx.service              enabled\r\n<\/span><\/code><\/pre>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> systemctl disable rh-nginx112-nginx\r\n<span class=\"go\">Removed symlink \/etc\/systemd\/system\/multi-user.target.wants\/rh-nginx112-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\">rh-nginx112-nginx.service              disabled\r\n<\/span><\/code><\/pre>\n<h3>\u5404\u79cd\u786e\u8ba4 (G\u00e8<\/h3>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> which nginx\r\n<span class=\"go\">\/opt\/rh\/rh-nginx112\/root\/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.12.1\r\n\r\n<\/span><span class=\"gp\">#<\/span> yum info rh-nginx112\r\n<span class=\"go\">Loaded plugins: fastestmirror, ovl\r\nLoading mirror speeds from cached hostfile\r\n * base: ty1.mirror.newmediaexpress.com\r\n * centos-sclo-rh: ty1.mirror.newmediaexpress.com\r\n * centos-sclo-sclo: ty1.mirror.newmediaexpress.com\r\n * extras: ty1.mirror.newmediaexpress.com\r\n * updates: ty1.mirror.newmediaexpress.com\r\nInstalled Packages\r\nName        : rh-nginx112\r\nArch        : x86_64\r\nVersion     : 1.12\r\nRelease     : 3.el7\r\nSize        : 0.0\r\nRepo        : installed\r\nFrom repo   : centos-sclo-rh\r\nSummary     : Package that installs rh-nginx112\r\nLicense     : GPLv2+\r\nDescription : This is the main package for rh-nginx112 Software Collection.\r\n<\/span><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u9996\u5148 \u4f7f\u7528\u8f6f\u4ef6\u96c6\uff08SCL\uff09\u5728CentOS7\u4e0a\u5b89\u88c5Nginx1.12 \u539f\u6587\u94fe\u63a5\uff1aNginx\u5404\u79cd\u5b89\u88c5\u65b9\u6cd5\u548cEOL\u603b [&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-33048","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 7\u4e0a\u901a\u8fc7\u8f6f\u4ef6\u96c6\u5408\uff08SCL\uff09\u5b89\u88c5Nginx 1.12 - 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-7\u4e0a\u901a\u8fc7\u8f6f\u4ef6\u96c6\u5408\uff08scl\uff09\u5b89\u88c5nginx-1-12\u3002\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u5728CentOS 7\u4e0a\u901a\u8fc7\u8f6f\u4ef6\u96c6\u5408\uff08SCL\uff09\u5b89\u88c5Nginx 1.12\" \/>\n<meta property=\"og:description\" content=\"\u9996\u5148 \u4f7f\u7528\u8f6f\u4ef6\u96c6\uff08SCL\uff09\u5728CentOS7\u4e0a\u5b89\u88c5Nginx1.12 \u539f\u6587\u94fe\u63a5\uff1aNginx\u5404\u79cd\u5b89\u88c5\u65b9\u6cd5\u548cEOL\u603b [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.silicloud.com\/zh\/blog\/\u5728centos-7\u4e0a\u901a\u8fc7\u8f6f\u4ef6\u96c6\u5408\uff08scl\uff09\u5b89\u88c5nginx-1-12\u3002\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog - Silicon Cloud\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-21T14:57:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-03T17:51:05+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%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87%e8%bd%af%e4%bb%b6%e9%9b%86%e5%90%88%ef%bc%88scl%ef%bc%89%e5%ae%89%e8%a3%85nginx-1-12%e3%80%82\/\",\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87%e8%bd%af%e4%bb%b6%e9%9b%86%e5%90%88%ef%bc%88scl%ef%bc%89%e5%ae%89%e8%a3%85nginx-1-12%e3%80%82\/\",\"name\":\"\u5728CentOS 7\u4e0a\u901a\u8fc7\u8f6f\u4ef6\u96c6\u5408\uff08SCL\uff09\u5b89\u88c5Nginx 1.12 - Blog - Silicon Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#website\"},\"datePublished\":\"2023-08-21T14:57:54+00:00\",\"dateModified\":\"2024-05-03T17:51:05+00:00\",\"author\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/6530331a63adef3b3443a1fab53a0e6e\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87%e8%bd%af%e4%bb%b6%e9%9b%86%e5%90%88%ef%bc%88scl%ef%bc%89%e5%ae%89%e8%a3%85nginx-1-12%e3%80%82\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87%e8%bd%af%e4%bb%b6%e9%9b%86%e5%90%88%ef%bc%88scl%ef%bc%89%e5%ae%89%e8%a3%85nginx-1-12%e3%80%82\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87%e8%bd%af%e4%bb%b6%e9%9b%86%e5%90%88%ef%bc%88scl%ef%bc%89%e5%ae%89%e8%a3%85nginx-1-12%e3%80%82\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.silicloud.com\/zh\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u5728CentOS 7\u4e0a\u901a\u8fc7\u8f6f\u4ef6\u96c6\u5408\uff08SCL\uff09\u5b89\u88c5Nginx 1.12\"}]},{\"@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%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87%e8%bd%af%e4%bb%b6%e9%9b%86%e5%90%88%ef%bc%88scl%ef%bc%89%e5%ae%89%e8%a3%85nginx-1-12%e3%80%82\/#local-main-organization-logo\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Blog - Silicon Cloud\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u5728CentOS 7\u4e0a\u901a\u8fc7\u8f6f\u4ef6\u96c6\u5408\uff08SCL\uff09\u5b89\u88c5Nginx 1.12 - 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-7\u4e0a\u901a\u8fc7\u8f6f\u4ef6\u96c6\u5408\uff08scl\uff09\u5b89\u88c5nginx-1-12\u3002\/","og_locale":"zh_CN","og_type":"article","og_title":"\u5728CentOS 7\u4e0a\u901a\u8fc7\u8f6f\u4ef6\u96c6\u5408\uff08SCL\uff09\u5b89\u88c5Nginx 1.12","og_description":"\u9996\u5148 \u4f7f\u7528\u8f6f\u4ef6\u96c6\uff08SCL\uff09\u5728CentOS7\u4e0a\u5b89\u88c5Nginx1.12 \u539f\u6587\u94fe\u63a5\uff1aNginx\u5404\u79cd\u5b89\u88c5\u65b9\u6cd5\u548cEOL\u603b [&hellip;]","og_url":"https:\/\/www.silicloud.com\/zh\/blog\/\u5728centos-7\u4e0a\u901a\u8fc7\u8f6f\u4ef6\u96c6\u5408\uff08scl\uff09\u5b89\u88c5nginx-1-12\u3002\/","og_site_name":"Blog - Silicon Cloud","article_published_time":"2023-08-21T14:57:54+00:00","article_modified_time":"2024-05-03T17:51:05+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%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87%e8%bd%af%e4%bb%b6%e9%9b%86%e5%90%88%ef%bc%88scl%ef%bc%89%e5%ae%89%e8%a3%85nginx-1-12%e3%80%82\/","url":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87%e8%bd%af%e4%bb%b6%e9%9b%86%e5%90%88%ef%bc%88scl%ef%bc%89%e5%ae%89%e8%a3%85nginx-1-12%e3%80%82\/","name":"\u5728CentOS 7\u4e0a\u901a\u8fc7\u8f6f\u4ef6\u96c6\u5408\uff08SCL\uff09\u5b89\u88c5Nginx 1.12 - Blog - Silicon Cloud","isPartOf":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#website"},"datePublished":"2023-08-21T14:57:54+00:00","dateModified":"2024-05-03T17:51:05+00:00","author":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/6530331a63adef3b3443a1fab53a0e6e"},"breadcrumb":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87%e8%bd%af%e4%bb%b6%e9%9b%86%e5%90%88%ef%bc%88scl%ef%bc%89%e5%ae%89%e8%a3%85nginx-1-12%e3%80%82\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87%e8%bd%af%e4%bb%b6%e9%9b%86%e5%90%88%ef%bc%88scl%ef%bc%89%e5%ae%89%e8%a3%85nginx-1-12%e3%80%82\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87%e8%bd%af%e4%bb%b6%e9%9b%86%e5%90%88%ef%bc%88scl%ef%bc%89%e5%ae%89%e8%a3%85nginx-1-12%e3%80%82\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.silicloud.com\/zh\/blog\/"},{"@type":"ListItem","position":2,"name":"\u5728CentOS 7\u4e0a\u901a\u8fc7\u8f6f\u4ef6\u96c6\u5408\uff08SCL\uff09\u5b89\u88c5Nginx 1.12"}]},{"@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%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87%e8%bd%af%e4%bb%b6%e9%9b%86%e5%90%88%ef%bc%88scl%ef%bc%89%e5%ae%89%e8%a3%85nginx-1-12%e3%80%82\/#local-main-organization-logo","url":"","contentUrl":"","caption":"Blog - Silicon Cloud"}]}},"_links":{"self":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/33048","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=33048"}],"version-history":[{"count":2,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/33048\/revisions"}],"predecessor-version":[{"id":95391,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/33048\/revisions\/95391"}],"wp:attachment":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/media?parent=33048"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/categories?post=33048"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/tags?post=33048"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}