{"id":2000,"date":"2021-01-26T17:15:30","date_gmt":"2021-01-26T09:15:30","guid":{"rendered":"http:\/\/www.laihp.top\/zqb\/?p=2000"},"modified":"2021-11-26T10:06:53","modified_gmt":"2021-11-26T02:06:53","slug":"nginx%e6%9c%ac%e5%9c%b0%e7%ab%af%e5%8f%a3%e8%bd%ac%e5%8f%91","status":"publish","type":"post","link":"https:\/\/www.laihp.top\/zqb\/?p=2000","title":{"rendered":"nginx\u672c\u5730\u7aef\u53e3\u8f6c\u53d1"},"content":{"rendered":"<p>1\u3001\u5b89\u88c5Nginx\uff0capt-get install nginx<\/p>\n<p>2\u3001\u5efa\u7acb\u7ad9\u70b9\uff1a<\/p>\n<p>\u6d4b\u8bd5\uff1a<\/p>\n<p>\u521b\u5efa\u4e00\u4e2a8000\u7aef\u53e3\u7684\u670d\u52a1\u5668\uff1a<\/p>\n<p>vim \/etc\/nginx\/conf.d\/site8000.conf<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">server {\r\n        listen          8000;\r\n        server_name     ~^\\d+\\.\\d+\\.\\d+\\.\\d+$;\r\n        #charset koi8-r;\r\n        error_page  404  \/404.html;\r\n        # redirect server error pages to the static page \/50x.html\r\n        #\r\n        error_page   500 503 504  \/50x.html;\r\n        error_log       \/var\/log\/nginx\/debug.log debug;\r\n        index   index.html index.htm;\r\n        root \/var\/www\/html\/8000\/;\r\n}<\/pre>\n<p>&nbsp;<\/p>\n<p>\u521b\u5efa\u4e00\u4e2a80\u7aef\u53e3\u8f6c\u53d1\u52308000\u7684\u914d\u7f6e\u6587\u4ef6\uff1a<\/p>\n<p>vim \/etc\/nginx\/conf.d\/site80-8000.conf<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">server {\r\n        listen          80;\r\n        server_name     ~^\\d+\\.\\d+\\.\\d+\\.\\d+$;\r\n        #charset koi8-r;\r\n        error_page  404  \/404.html;\r\n        # redirect server error pages to the static page \/50x.html\r\n        #\r\n        error_page   500 503 504  \/50x.html;\r\n        error_log       \/var\/log\/nginx\/debug.log debug;\r\n        index   index.html index.htm;\r\n\r\n        location \/ {\r\n        proxy_pass http:\/\/zhangqing.com:8000\/;\r\n        proxy_set_header Host $host:8000;\r\n        proxy_set_header X-Real-IP $remote_addr;\r\n        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\r\n    }\r\n}<\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1\u3001\u5b89\u88c5Nginx\uff0capt-get install nginx 2\u3001\u5efa\u7acb\u7ad9\u70b9\uff1a \u6d4b\u8bd5\uff1a \u521b\u5efa\u4e00\u4e2a8000\u7aef\u53e3\u7684 &#8230; <a title=\"nginx\u672c\u5730\u7aef\u53e3\u8f6c\u53d1\" class=\"read-more\" href=\"https:\/\/www.laihp.top\/zqb\/?p=2000\" aria-label=\"\u7ee7\u7eed\u9605\u8bfbnginx\u672c\u5730\u7aef\u53e3\u8f6c\u53d1\">\u9605\u8bfb\u66f4\u591a<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2000","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/www.laihp.top\/zqb\/index.php?rest_route=\/wp\/v2\/posts\/2000","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.laihp.top\/zqb\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.laihp.top\/zqb\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.laihp.top\/zqb\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.laihp.top\/zqb\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2000"}],"version-history":[{"count":7,"href":"https:\/\/www.laihp.top\/zqb\/index.php?rest_route=\/wp\/v2\/posts\/2000\/revisions"}],"predecessor-version":[{"id":2068,"href":"https:\/\/www.laihp.top\/zqb\/index.php?rest_route=\/wp\/v2\/posts\/2000\/revisions\/2068"}],"wp:attachment":[{"href":"https:\/\/www.laihp.top\/zqb\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2000"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.laihp.top\/zqb\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2000"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.laihp.top\/zqb\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2000"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}