{"id":66308,"date":"2020-04-15T14:54:59","date_gmt":"2020-04-15T06:54:59","guid":{"rendered":"http:\/\/4563.org\/?p=66308"},"modified":"2020-04-15T14:54:59","modified_gmt":"2020-04-15T06:54:59","slug":"nginx%e5%9f%9f%e5%90%8d%e9%85%8d%e7%bd%ae%e9%97%ae%e9%a2%98%ef%bc%8c%e6%b1%82%e5%a4%a7%e4%bd%ac%e6%8c%87%e7%82%b9%e4%b8%80%e4%b8%8b","status":"publish","type":"post","link":"http:\/\/4563.org\/?p=66308","title":{"rendered":"nginx\u57df\u540d\u914d\u7f6e\u95ee\u9898\uff0c\u6c42\u5927\u4f6c\u6307\u70b9\u4e00\u4e0b"},"content":{"rendered":"\n<p>  \t\t\t\t\t<strong>\u79cb\u98ce\u4e0b\u7684\u843d\u53f6<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3>nginx\u57df\u540d\u914d\u7f6e\u95ee\u9898\uff0c\u6c42\u5927\u4f6c\u6307\u70b9\u4e00\u4e0b<\/h3>\n<p>  \t\t\u6211\u7684\u5c0f\u9e21\u4e0a\u6709\u4e24\u4e2a\u7f51\u7ad9\uff0c\u5206\u522b\u662fA\u548cB\uff0cA\u7f51\u7ad9\u6211\u914d\u7f6e\u4e86\u57df\u540d\uff0cB\u7f51\u7ad9\u914d\u7f6e\u662flocalhost\uff0c\u7136\u540e\u6211\u7528ip\u8bbf\u95ee\uff0c\u6211\u7684\u76ee\u7684\u662f\u60f3\u5b9e\u73b0\u8bbf\u95eeB\u7f51\u7ad9\u7684\uff0c\u4f46\u662f\u4e0d\u77e5\u9053\u4e3a\u5565\u6b7b\u6d3b\u90fd\u662f\u8bbf\u95ee\u5230A\u7f51\u7ad9\u53bb\u4e86\u3002\u4e3a\u5565\u6211\u914d\u7f6e\u4e86\u57df\u540d\uff0c\u53c8\u6ca1\u6709\u7528\u57df\u540d\u8bbf\u95ee\u8fd8\u662f\u662f\u4e00\u76f4\u8bbf\u95ee\u5230A\u7f51\u7ad9\u7684\uff1f<\/p>\n<p>  A\u7f51\u7ad9\u914d\u7f6e<br \/>  server {<br \/>  &nbsp; &nbsp; listen&nbsp; &nbsp;&nbsp; &nbsp; 80;<br \/>  &nbsp; &nbsp; server_namewww.aaa.xyz aaa.xyz;<\/p>\n<p>  &nbsp; &nbsp; root&nbsp; &nbsp;\/my\/web\/aaa;<br \/>  &nbsp; &nbsp; indexindex.html index.htm index.php;<\/p>\n<p>  &nbsp; &nbsp; location ~ .php$<br \/>  &nbsp; &nbsp; {<br \/>  &nbsp; &nbsp;&nbsp; &nbsp;fastcgi_pass&nbsp; &nbsp;127.0.0.1:9000;<br \/>  &nbsp; &nbsp;&nbsp; &nbsp;fastcgi_indexindex.php;<br \/>  &nbsp; &nbsp;&nbsp; &nbsp;fastcgi_paramSCRIPT_FILENAME$document_root$fastcgi_script_name;<br \/>  &nbsp; &nbsp;&nbsp; &nbsp;include&nbsp; &nbsp;&nbsp; &nbsp;fastcgi_params;<br \/>  &nbsp; &nbsp; }<br \/>  }<\/p>\n<p>  B\u7f51\u7ad9\u914d\u7f6e<br \/>  server {<br \/>  &nbsp; &nbsp; listen&nbsp; &nbsp;&nbsp; &nbsp; 80;<br \/>  &nbsp; &nbsp; server_namelocalhost;<\/p>\n<p>  &nbsp; &nbsp; root&nbsp; &nbsp;\/my\/web\/bbb;<br \/>  &nbsp; &nbsp; indexindex.html index.htm index.php;<\/p>\n<p>  &nbsp; &nbsp; location ~ .php$<br \/>  &nbsp; &nbsp; {<br \/>  &nbsp; &nbsp;&nbsp; &nbsp;fastcgi_pass&nbsp; &nbsp;127.0.0.1:9000;<br \/>  &nbsp; &nbsp;&nbsp; &nbsp;fastcgi_indexindex.php;<br \/>  &nbsp; &nbsp;&nbsp; &nbsp;fastcgi_paramSCRIPT_FILENAME$document_root$fastcgi_script_name;<br \/>  &nbsp; &nbsp;&nbsp; &nbsp;include&nbsp; &nbsp;&nbsp; &nbsp;fastcgi_params;<br \/>  &nbsp; &nbsp; }<br \/>  }<\/p>\n<p>  \u6211\u5df2\u7ecf\u91cd\u542f\u8fc7nginx\u7684\u4e86\uff0c\u8fd8\u662f\u4e0d\u884c  \t\t\t\t<\/p>\n<p>  \t\t\t\t\t<strong>jekyll<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\t\u7a7a\u4e3b\u673a\u5934\u7684\u8def\u5f84\u6ca1\u914d\u597d\uff0cnginx.conf\u91cc\u6539\t\t\t\t<\/p>\n<p>  \t\t\t\t\t<strong>iks<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\t \u672c\u5e16\u6700\u540e\u7531 iks \u4e8e 2020-4-15 14:50 \u7f16\u8f91 <\/p>\n<p> B\u914d\u7f6e\u5982\u4e0b<br \/>  server {<br \/>  &nbsp; &nbsp; listen 80 default_server;<br \/>  &nbsp; &nbsp; listen 443 ssl http2 default_server;<br \/>  &nbsp; &nbsp; server_name_;<\/p>\n<p>  \u5982\u679c\u52a0\u4e86 listen 443 ssl http2 default_server; \u9700\u8981\u540c\u65f6\u914d\u7f6e\u597d\u8bc1\u4e66\uff0c\u5176\u4ed6\u4e0d\u53d8\t\t\t\t<\/p>\n<p>  \t\t\t\t\t<strong>\u79cb\u98ce\u4e0b\u7684\u843d\u53f6<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\tiks \u5927\u4f6c\u6709\u8bdd\u8bf4 : 2020-4-15 14:49<br \/>  B\u914d\u7f6e\u5982\u4e0b<\/p>\n<p>  \u5982\u679c\u52a0\u4e86 listen 443 ssl http2 default_server; \u9700\u8981\u540c\u65f6\u914d\u7f6e\u597d\u8bc1\u4e66\uff0c\u5176\u4ed6\u4e0d\u53d8 &#8230;<\/p>\n<p> \u679c\u7136\u52a0\u4e86default_server\u5c31\u53ef\u4ee5\u4e86\u3002<\/p>\n<p>  \u5927\u4f6c\uff0c\u4e3a\u5565\u4f1a\u8fd9\u6837\u5947\u602a\u7684\u5462\uff1f\u90a3\u6211a\u7f51\u7ad9\u7684\u57df\u540d\u914d\u7f6e\u76f8\u5f53\u4e8e\u6ca1\u5565\u7528\u4e86\uff1f\t\t\t\t<\/p>\n<p>  \t\t\t\t\t<strong>iks<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\tnginx\u91cc\uff0cserver_name \u6bb5\u6ca1\u6709\u914d\u7f6e\u5219\u9ed8\u8ba4\u5bf9\u7a7a\u4e3b\u673a\u5934\u548c\u4e0d\u5339\u914d\u4e3b\u673a\u5934\u53d1\u9001\u7b2c\u4e00\u4e2aserver\u6bb5\u7684\u914d\u7f6e\uff1b\u6216\u53d1\u9001 listen \u540e\u6307\u5b9a\u4e86 default_server \u7684\u914d\u7f6e\t\t\t\t<\/p>\n<p>  \t\t\t\t\t<strong>iks<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\t\u79cb\u98ce\u4e0b\u7684\u843d\u53f6 \u5927\u4f6c\u6709\u8bdd\u8bf4 : 2020-4-15 14:53<br \/>  \u679c\u7136\u52a0\u4e86default_server\u5c31\u53ef\u4ee5\u4e86\u3002<\/p>\n<p>  \u5927\u4f6c\uff0c\u4e3a\u5565\u4f1a\u8fd9\u6837\u5947\u602a\u7684\u5462\uff1f\u90a3\u6211a\u7f51\u7ad9\u7684\u57df\u540d\u914d\u7f6e\u76f8\u5f53\u4e8e\u6ca1\u5565\u7528\u4e86\uff1f &#8230;<\/p>\n<p> \u53ea\u6709\u5728\u4e3b\u673a\u5934\u4e3a www.aaa.xyz aaa.xyz \uff08\u5373A\u4e3b\u673a server_name \u6307\u5b9a\u7684\uff09\u7684\u8bf7\u6c42\u4f1a\u4f7f\u7528A\u4e3b\u673a\u7684\u914d\u7f6e\t\t\t\t<\/p>\n<p>  \t\t\t\t\t<strong>\u79cb\u98ce\u4e0b\u7684\u843d\u53f6<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\tiks \u5927\u4f6c\u6709\u8bdd\u8bf4 : 2020-4-15 14:56<br \/>  \u53ea\u6709\u5728\u4e3b\u673a\u5934\u4e3a www.aaa.xyz aaa.xyz \uff08\u5373A\u4e3b\u673a server_name \u6307\u5b9a\u7684\uff09\u7684\u8bf7\u6c42\u4f1a\u4f7f\u7528A\u4e3b\u673a\u7684\u914d\u7f6e &#8230;<\/p>\n<p> \u5c31\u662f\u8bf4\u6211B\u7f51\u7ad9\u6ca1\u6709\u914d\u7f6e\u57df\u540d\uff0c\u6240\u4ee5nginx\u9ed8\u8ba4\u4f1a\u6307\u5411\u7b2c\u4e00\u4e2a\u7f51\u7ad9\uff1f\t\t\t\t<\/p>\n<p>  \t\t\t\t\t<strong>iks<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\t\u79cb\u98ce\u4e0b\u7684\u843d\u53f6 \u5927\u4f6c\u6709\u8bdd\u8bf4 : 2020-4-15 15:05<br \/>  \u5c31\u662f\u8bf4\u6211B\u7f51\u7ad9\u6ca1\u6709\u914d\u7f6e\u57df\u540d\uff0c\u6240\u4ee5nginx\u9ed8\u8ba4\u4f1a\u6307\u5411\u7b2c\u4e00\u4e2a\u7f51\u7ad9\uff1f<\/p>\n<p> B\u7684server_name \u4e3a _ \uff0c\u5219\u4ee5IP\u8bbf\u95ee(\u5373\u7a7a\u4e3b\u673a\u5934)\u4f1a\u6253\u5f00B\uff0c\u5176\u4ed6\u5982 ccc.example.com\uff08\u4f60nginx\u914d\u7f6e\u6ca1\u6709\u7684\u4efb\u610f\u57df\u540d\uff09\u8fd8\u4f1a\u91c7\u7528\u7b2c\u4e00\u4e2aserver\u7684\u914d\u7f6e\uff1b<br \/>  \u5982\u679c\u4f60\u914d\u7f6e\u4e86 default_server\uff0c\u5219IP\u8bbf\u95ee(\u5373\u7a7a\u4e3b\u673a\u5934)\u548c ccc.example.com\uff08\u4f60nginx\u914d\u7f6e\u6ca1\u6709\u7684\u4efb\u610f\u57df\u540d\uff09\u5747\u91c7\u7528\u914d\u7f6e\u4e86 default_server \u7684\u914d\u7f6e\t\t\t\t<\/p>\n<p>  \t\t\t\t\t<strong>\u5c0f\u8111\u888b\u56f0\u6389\u4e86<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\t\u53bb\u901a\u8bfb\u4e00\u904dnginx\u7684\u5b98\u7f51\u6587\u6863\u3002\t\t\t\t<\/p>\n<p>  \t\t\t\t\t<strong>\u79cb\u98ce\u4e0b\u7684\u843d\u53f6<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\tiks \u5927\u4f6c\u6709\u8bdd\u8bf4 : 2020-4-15 15:13<br \/>  B\u7684server_name \u4e3a _ \uff0c\u5219\u4ee5IP\u8bbf\u95ee(\u5373\u7a7a\u4e3b\u673a\u5934)\u4f1a\u6253\u5f00B\uff0c\u5176\u4ed6\u5982 ccc.example.com\uff08\u4f60nginx\u914d\u7f6e\u6ca1\u6709\u7684\u4efb\u610f &#8230;<\/p>\n<p> \u5927\u4f6c\uff0c\u518d\u8bf7\u6559\u4e00\u4e0b\u3002<\/p>\n<p>  \u6bd4\u5982\u6211A\u3001B\u4e24\u4e2a\u7f51\u7ad9\uff0c\u5bf9\u5e94\u7684\u662f\u4e24\u4e2a\u6587\u4ef6\u5939\uff0c\u7136\u540e\u6211\u73b0\u5728\u60f3\u7528http:\/\/ip\/a\u8bbf\u95eeA\u7f51\u7ad9\uff0chttp:\/\/ip\/b\u8bbf\u95eeB\u7f51\u7ad9\uff0c\u8fd9\u79cd\u8981\u600e\u4e48\u914d\u7f6e\u5462\uff1f<\/p>\n<p>  \u8981\u6c42\u4e0d\u8981\u628aA\u3001B\u4e24\u4e2a\u7f51\u7ad9\u7684\u6587\u4ef6\u653e\u5728\u540c\u4e00\u4e2a\u76ee\u5f55\u3002\u5fc5\u987b\u8981\u5206\u5f00\uff0c\u6700\u597d\u662f\u5206\u5f00\u4e24\u4e2a\u5927\u7684\u6839\u76ee\u5f55\uff0c\u800c\u4e0d\u662f\u628a\u7f51\u7ad9\u6307\u5411C\u76ee\u5f55\uff0c\u7136\u540e\u518d\u628aA\/B\u4e24\u4e2a\u7f51\u7ad9\u7684\u6587\u4ef6\u5939\u653e\u5230C\u4e0b\u9762\u3002\u80fd\u5b9e\u73b0\u5417\uff1f\t\t\t  <\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u79cb\u98ce\u4e0b\u7684\u843d\u53f6 \u5927\u4f6c\u6709\u8bdd\u8bf4 : ng&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[],"tags":[],"_links":{"self":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/66308"}],"collection":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=66308"}],"version-history":[{"count":0,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/66308\/revisions"}],"wp:attachment":[{"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=66308"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=66308"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=66308"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}