{"id":33046,"date":"2023-07-16T11:37:26","date_gmt":"2023-02-08T19:02:15","guid":{"rendered":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87scl%e5%ae%89%e8%a3%85nginx-1-16%e3%80%82\/"},"modified":"2024-01-15T07:36:45","modified_gmt":"2024-01-14T23:36:45","slug":"%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87scl%e5%ae%89%e8%a3%85nginx-1-16%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%87scl%e5%ae%89%e8%a3%85nginx-1-16%e3%80%82\/","title":{"rendered":"\u5728CentOS 7\u4e0a\u901a\u8fc7SCL\u5b89\u88c5Nginx 1.16"},"content":{"rendered":"<h1>\u9996\u5148<\/h1>\n<p>\u4f7f\u7528\u8f6f\u4ef6\u96c6\u5408\uff08SCL\uff09\u5728CentOS 7\u4e2d\u5b89\u88c5Nginx 1.16<br \/>\n\u539f\u6587\uff1aNginx\u7684\u5404\u79cd\u5b89\u88c5\u65b9\u6cd5\u548cEOL\u7efc\u8ff0<br \/>\n\u53c2\u8003\uff1a\u5feb\u901f\u5165\u95e8-\u8f6f\u4ef6\u96c6\u5408<\/p>\n<h2>\u652f\u6301<\/h2>\n<p>\u5982\u679c\u4f7f\u7528\u8fd9\u79cd\u65b9\u6cd5\u8fdb\u884c\u5f15\u5165\uff0c\u6839\u636eRed Hat\u8f6f\u4ef6\u96c6\u4ea7\u54c1\u751f\u547d\u5468\u671f &#8211; Red Hat\u5ba2\u6237\u95e8\u6237\u7f51\u7ad9\uff0c2021\u5e7412\u6708\u88ab\u8ba4\u4e3a\u662f\u7ec8\u6b62\u652f\u6301\u65e5\u671f\u3002\u4e4b\u540e\u53ef\u80fd\u4e0d\u4f1a\u8fdb\u884c\u5bf9\u62a5\u544a\u7684\u6f0f\u6d1e\u548c\u95ee\u9898\u7684\u89e3\u51b3\u3002<\/p>\n<h2>\u767b\u5f55<\/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<p>\u7531\u4e8eCentOS7.7\u542f\u52a8\u5931\u8d25\uff0c\u6211\u4f7f\u7528\u4e867.6\u7248\u672c\u3002<br \/>\nSystemd\u9519\u8bef\uff1a\u201c\u62d2\u7edd\u63a5\u53d7\u901a\u8fc7\u4e0d\u5b89\u5168\u7684\u7b26\u53f7\u94fe\u63a5\u94fe\u83b7\u5f97\u7684\u670d\u52a1\u63a7\u5236\u7ec4\u4e4b\u5916\u7684\u8fdb\u7a0bID\u201d &#8211; \u53ef\u80fd\u53d7\u5230Red Hat\u5ba2\u6237\u95e8\u6237\u7684\u5f71\u54cd\uff0c\u4f46\u5c1a\u672a\u8c03\u67e5\u3002<\/p>\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-nginx116 which\r\n<span class=\"gp\">#<\/span> scl <span class=\"nb\">enable <\/span>rh-nginx116 bash\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 rh-nginx116-nginx\r\n<span class=\"gp\">#<\/span> systemctl status <span class=\"nt\">-l<\/span> rh-nginx116-nginx\r\n<span class=\"go\">\u25cf rh-nginx116-nginx.service - The nginx HTTP and reverse proxy server\r\n<\/span><span class=\"gp\">   Loaded: loaded (\/usr\/lib\/systemd\/system\/rh-nginx116-nginx.service;<\/span> disabled<span class=\"p\">;<\/span> vendor preset: disabled<span class=\"o\">)<\/span>\r\n<span class=\"gp\">   Active: active (running) since Thu 2020-01-30 03:30:15 UTC;<\/span> 5s ago\r\n<span class=\"gp\">  Process: 1431 ExecStart=\/opt\/rh\/rh-nginx116\/root\/usr\/libexec\/nginx-scl-helper enable $<\/span>RH_NGINX116_SCLS_ENABLED <span class=\"nt\">--<\/span> \/opt\/rh\/rh-nginx116\/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: 1425 ExecStartPre=\/opt\/rh\/rh-nginx116\/root\/usr\/libexec\/nginx-scl-helper enable $<\/span>RH_NGINX116_SCLS_ENABLED <span class=\"nt\">--<\/span> \/opt\/rh\/rh-nginx116\/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: 1418 ExecStartPre=\/opt\/rh\/rh-nginx116\/root\/usr\/libexec\/nginx-scl-helper enable $<\/span>RH_NGINX116_SCLS_ENABLED <span class=\"nt\">--<\/span> \/usr\/bin\/scl_enabled rh-nginx116 <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: 1417 ExecStartPre=\/usr\/bin\/rm -f \/var\/opt\/rh\/rh-nginx116\/run\/nginx\/nginx.pid (code=exited, status=0\/SUCCESS)\r\n Main PID: 1437 (nginx)\r\n   CGroup: \/docker\/285f4a924c86a08e019904bd193ea56b61ec9cf87e8fa795e3855778d20f6f4d\/system.slice\/rh-nginx116-nginx.service\r\n           tq1437 nginx: master process \/opt\/rh\/rh-nginx116\/root\/usr\/sbin\/nginx\r\n           mq1438 nginx: worker process\r\n           ? 1437 nginx: master process \/opt\/rh\/rh-nginx116\/root\/usr\/sbin\/nginx\r\n\r\nJan 30 03:30:15 285f4a924c86 systemd[1]: Starting The nginx HTTP and reverse proxy server...\r\nJan 30 03:30:15 285f4a924c86 nginx-scl-helper[1425]: nginx: the configuration file \/etc\/opt\/rh\/rh-nginx116\/nginx\/nginx.conf syntax is ok\r\nJan 30 03:30:15 285f4a924c86 nginx-scl-helper[1425]: nginx: configuration file \/etc\/opt\/rh\/rh-nginx116\/nginx\/nginx.conf test is successful\r\nJan 30 03:30:15 285f4a924c86 systemd[1]: Failed to read PID from file \/var\/opt\/rh\/rh-nginx116\/run\/nginx\/nginx.pid: Invalid argument\r\nJan 30 03:30:15 285f4a924c86 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-nginx116-nginx\r\n<span class=\"gp\">#<\/span> systemctl status <span class=\"nt\">-l<\/span> rh-nginx116-nginx\r\n<span class=\"go\">\u25cf rh-nginx116-nginx.service - The nginx HTTP and reverse proxy server\r\n<\/span><span class=\"gp\">   Loaded: loaded (\/usr\/lib\/systemd\/system\/rh-nginx116-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 30 03:30:15 285f4a924c86 systemd[1]: Starting The nginx HTTP and reverse proxy server...\r\nJan 30 03:30:15 285f4a924c86 nginx-scl-helper[1425]: nginx: the configuration file \/etc\/opt\/rh\/rh-nginx116\/nginx\/nginx.conf syntax is ok\r\nJan 30 03:30:15 285f4a924c86 nginx-scl-helper[1425]: nginx: configuration file \/etc\/opt\/rh\/rh-nginx116\/nginx\/nginx.conf test is successful\r\nJan 30 03:30:15 285f4a924c86 systemd[1]: Failed to read PID from file \/var\/opt\/rh\/rh-nginx116\/run\/nginx\/nginx.pid: Invalid argument\r\nJan 30 03:30:15 285f4a924c86 systemd[1]: Started The nginx HTTP and reverse proxy server.\r\nJan 30 03:30:46 285f4a924c86 systemd[1]: Stopping The nginx HTTP and reverse proxy server...\r\nJan 30 03:30:46 285f4a924c86 systemd[1]: Stopped The nginx HTTP and reverse proxy server.\r\n<\/span><\/code><\/pre>\n<h3>\u5728CentOS7.7\u53d1\u751f\u4e86\u4e00\u4e2a\u9519\u8bef\u3002<\/h3>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> systemctl start rh-nginx116-nginx\r\n<span class=\"go\">Job for rh-nginx116-nginx.service failed because a timeout was exceeded. See \"systemctl status rh-nginx116-nginx.service\" and \"journalctl -xe\" for details.\r\n<\/span><span class=\"gp\">#<\/span> systemctl status <span class=\"nt\">-l<\/span> rh-nginx116-nginx.service\r\n<span class=\"go\">\u25cf rh-nginx116-nginx.service - The nginx HTTP and reverse proxy server\r\n<\/span><span class=\"gp\">   Loaded: loaded (\/usr\/lib\/systemd\/system\/rh-nginx116-nginx.service;<\/span> disabled<span class=\"p\">;<\/span> vendor preset: disabled<span class=\"o\">)<\/span>\r\n<span class=\"gp\">   Active: failed (Result: timeout) since Thu 2020-01-30 03:37:24 UTC;<\/span> 31s ago\r\n<span class=\"gp\">  Process: 1744 ExecStart=\/opt\/rh\/rh-nginx116\/root\/usr\/libexec\/nginx-scl-helper enable $<\/span>RH_NGINX116_SCLS_ENABLED <span class=\"nt\">--<\/span> \/opt\/rh\/rh-nginx116\/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: 1738 ExecStartPre=\/opt\/rh\/rh-nginx116\/root\/usr\/libexec\/nginx-scl-helper enable $<\/span>RH_NGINX116_SCLS_ENABLED <span class=\"nt\">--<\/span> \/opt\/rh\/rh-nginx116\/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: 1731 ExecStartPre=\/opt\/rh\/rh-nginx116\/root\/usr\/libexec\/nginx-scl-helper enable $<\/span>RH_NGINX116_SCLS_ENABLED <span class=\"nt\">--<\/span> \/usr\/bin\/scl_enabled rh-nginx116 <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: 1730 ExecStartPre=\/usr\/bin\/rm -f \/var\/opt\/rh\/rh-nginx116\/run\/nginx\/nginx.pid (code=exited, status=0\/SUCCESS)\r\n   CGroup: \/docker\/285f4a924c86a08e019904bd193ea56b61ec9cf87e8fa795e3855778d20f6f4d\/docker\/285f4a924c86a08e019904bd193ea56b61ec9cf87e8fa795e3855778d20f6f4d\/system.slice\/rh-nginx116-nginx.service\r\n           tq1750 nginx: master process \/opt\/rh\/rh-nginx116\/root\/usr\/sbin\/nginx\r\n           mq1751 nginx: worker process\r\n\r\nJan 30 03:35:54 285f4a924c86 systemd[1]: Starting The nginx HTTP and reverse proxy server...\r\nJan 30 03:35:54 285f4a924c86 nginx-scl-helper[1738]: nginx: the configuration file \/etc\/opt\/rh\/rh-nginx116\/nginx\/nginx.conf syntax is ok\r\nJan 30 03:35:54 285f4a924c86 nginx-scl-helper[1738]: nginx: configuration file \/etc\/opt\/rh\/rh-nginx116\/nginx\/nginx.conf test is successful\r\nJan 30 03:35:54 285f4a924c86 systemd[1]: Failed to parse PID from file \/var\/opt\/rh\/rh-nginx116\/run\/nginx\/nginx.pid: Invalid argument\r\nJan 30 03:35:54 285f4a924c86 systemd[1]: Refusing to accept PID outside of service control group, acquired through unsafe symlink chain: \/var\/opt\/rh\/rh-nginx116\/run\/nginx\/nginx.pid\r\nJan 30 03:37:24 285f4a924c86 systemd[1]: rh-nginx116-nginx.service start operation timed out. Terminating.\r\nJan 30 03:37:24 285f4a924c86 systemd[1]: Failed to start The nginx HTTP and reverse proxy server.\r\nJan 30 03:37:24 285f4a924c86 systemd[1]: Unit rh-nginx116-nginx.service entered failed state.\r\nJan 30 03:37:24 285f4a924c86 systemd[1]: rh-nginx116-nginx.service failed.\r\n<\/span><\/code><\/pre>\n<h3>\u81ea\u52a8\u542f\u52a8\/\u53d6\u6d88Nginx\u914d\u7f6e\u3002<\/h3>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> systemctl <span class=\"nb\">enable <\/span>rh-nginx116-nginx\r\n<span class=\"go\">Created symlink from \/etc\/systemd\/system\/multi-user.target.wants\/rh-nginx116-nginx.service to \/usr\/lib\/systemd\/system\/rh-nginx116-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-nginx116-nginx.service              enabled\r\n<\/span><\/code><\/pre>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> systemctl disable rh-nginx116-nginx\r\n<span class=\"go\">Removed symlink \/etc\/systemd\/system\/multi-user.target.wants\/rh-nginx116-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-nginx116-nginx.service              disabled\r\n<\/span><\/code><\/pre>\n<h3>\u786e\u8ba4\u7684\u5404\u79cd\u65b9\u5f0f<\/h3>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> which nginx\r\n<span class=\"go\">\/opt\/rh\/rh-nginx116\/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.16.1\r\n\r\n<\/span><span class=\"gp\">#<\/span> yum info rh-nginx116\r\n<span class=\"go\">Loaded plugins: fastestmirror, ovl\r\nLoading mirror speeds from cached hostfile\r\n * base: ftp.riken.jp\r\n * centos-sclo-rh: ftp.riken.jp\r\n * centos-sclo-sclo: ftp.riken.jp\r\n * extras: ftp.riken.jp\r\n * updates: ftp.riken.jp\r\nInstalled Packages\r\nName        : rh-nginx116\r\nArch        : x86_64\r\nVersion     : 1.16\r\nRelease     : 1.el7\r\nSize        : 0.0\r\nRepo        : installed\r\nFrom repo   : centos-sclo-rh\r\nSummary     : Package that installs rh-nginx116\r\nLicense     : GPLv2+\r\nDescription : This is the main package for rh-nginx116 Software Collection.\r\n<\/span><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u9996\u5148 \u4f7f\u7528\u8f6f\u4ef6\u96c6\u5408\uff08SCL\uff09\u5728CentOS 7\u4e2d\u5b89\u88c5Nginx 1.16 \u539f\u6587\uff1aNginx\u7684\u5404\u79cd\u5b89\u88c5\u65b9\u6cd5\u548cEO [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-33046","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\u8fc7SCL\u5b89\u88c5Nginx 1.16 - 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\u8fc7scl\u5b89\u88c5nginx-1-16\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\u8fc7SCL\u5b89\u88c5Nginx 1.16\" \/>\n<meta property=\"og:description\" content=\"\u9996\u5148 \u4f7f\u7528\u8f6f\u4ef6\u96c6\u5408\uff08SCL\uff09\u5728CentOS 7\u4e2d\u5b89\u88c5Nginx 1.16 \u539f\u6587\uff1aNginx\u7684\u5404\u79cd\u5b89\u88c5\u65b9\u6cd5\u548cEO [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.silicloud.com\/zh\/blog\/\u5728centos-7\u4e0a\u901a\u8fc7scl\u5b89\u88c5nginx-1-16\u3002\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog - Silicon Cloud\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-08T19:02:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-14T23:36:45+00:00\" \/>\n<meta name=\"author\" content=\"\u65b0, \u97f5\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u65b0, \u97f5\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 \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%87scl%e5%ae%89%e8%a3%85nginx-1-16%e3%80%82\/\",\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87scl%e5%ae%89%e8%a3%85nginx-1-16%e3%80%82\/\",\"name\":\"\u5728CentOS 7\u4e0a\u901a\u8fc7SCL\u5b89\u88c5Nginx 1.16 - Blog - Silicon Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#website\"},\"datePublished\":\"2023-02-08T19:02:15+00:00\",\"dateModified\":\"2024-01-14T23:36:45+00:00\",\"author\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/4ba4019495123db3038fd0809e6959c9\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87scl%e5%ae%89%e8%a3%85nginx-1-16%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%87scl%e5%ae%89%e8%a3%85nginx-1-16%e3%80%82\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87scl%e5%ae%89%e8%a3%85nginx-1-16%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\u8fc7SCL\u5b89\u88c5Nginx 1.16\"}]},{\"@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\/4ba4019495123db3038fd0809e6959c9\",\"name\":\"\u65b0, \u97f5\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d484b6c6e4ae82e8a9efea989e1d2af46d9b6ef128101e63b18f559fca0ae627?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d484b6c6e4ae82e8a9efea989e1d2af46d9b6ef128101e63b18f559fca0ae627?s=96&d=mm&r=g\",\"caption\":\"\u65b0, \u97f5\"},\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/author\/yunxin\/\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87scl%e5%ae%89%e8%a3%85nginx-1-16%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\u8fc7SCL\u5b89\u88c5Nginx 1.16 - 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\u8fc7scl\u5b89\u88c5nginx-1-16\u3002\/","og_locale":"zh_CN","og_type":"article","og_title":"\u5728CentOS 7\u4e0a\u901a\u8fc7SCL\u5b89\u88c5Nginx 1.16","og_description":"\u9996\u5148 \u4f7f\u7528\u8f6f\u4ef6\u96c6\u5408\uff08SCL\uff09\u5728CentOS 7\u4e2d\u5b89\u88c5Nginx 1.16 \u539f\u6587\uff1aNginx\u7684\u5404\u79cd\u5b89\u88c5\u65b9\u6cd5\u548cEO [&hellip;]","og_url":"https:\/\/www.silicloud.com\/zh\/blog\/\u5728centos-7\u4e0a\u901a\u8fc7scl\u5b89\u88c5nginx-1-16\u3002\/","og_site_name":"Blog - Silicon Cloud","article_published_time":"2023-02-08T19:02:15+00:00","article_modified_time":"2024-01-14T23:36:45+00:00","author":"\u65b0, \u97f5","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"\u65b0, \u97f5","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"5 \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%87scl%e5%ae%89%e8%a3%85nginx-1-16%e3%80%82\/","url":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87scl%e5%ae%89%e8%a3%85nginx-1-16%e3%80%82\/","name":"\u5728CentOS 7\u4e0a\u901a\u8fc7SCL\u5b89\u88c5Nginx 1.16 - Blog - Silicon Cloud","isPartOf":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#website"},"datePublished":"2023-02-08T19:02:15+00:00","dateModified":"2024-01-14T23:36:45+00:00","author":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/4ba4019495123db3038fd0809e6959c9"},"breadcrumb":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87scl%e5%ae%89%e8%a3%85nginx-1-16%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%87scl%e5%ae%89%e8%a3%85nginx-1-16%e3%80%82\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87scl%e5%ae%89%e8%a3%85nginx-1-16%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\u8fc7SCL\u5b89\u88c5Nginx 1.16"}]},{"@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\/4ba4019495123db3038fd0809e6959c9","name":"\u65b0, \u97f5","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d484b6c6e4ae82e8a9efea989e1d2af46d9b6ef128101e63b18f559fca0ae627?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d484b6c6e4ae82e8a9efea989e1d2af46d9b6ef128101e63b18f559fca0ae627?s=96&d=mm&r=g","caption":"\u65b0, \u97f5"},"url":"https:\/\/www.silicloud.com\/zh\/blog\/author\/yunxin\/"},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8centos-7%e4%b8%8a%e9%80%9a%e8%bf%87scl%e5%ae%89%e8%a3%85nginx-1-16%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\/33046","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\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/comments?post=33046"}],"version-history":[{"count":2,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/33046\/revisions"}],"predecessor-version":[{"id":57424,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/33046\/revisions\/57424"}],"wp:attachment":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/media?parent=33046"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/categories?post=33046"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/tags?post=33046"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}