{"id":1793,"date":"2025-03-11T21:16:25","date_gmt":"2025-03-11T13:16:25","guid":{"rendered":"https:\/\/note.ui11.cc\/?p=1793"},"modified":"2025-03-11T21:16:26","modified_gmt":"2025-03-11T13:16:26","slug":"nginx%e9%85%8d%e7%bd%ae%e6%96%87%e4%bb%b6%e5%ad%a6%e4%b9%a0","status":"publish","type":"post","link":"https:\/\/note.ui11.cc\/index.php\/2025\/03\/11\/nginx%e9%85%8d%e7%bd%ae%e6%96%87%e4%bb%b6%e5%ad%a6%e4%b9%a0\/","title":{"rendered":"nginx\u914d\u7f6e\u6587\u4ef6\u5b66\u4e60"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>\nworker_processes  1;\n# Nginx \u5de5\u4f5c\u8fdb\u7a0b\u7684\u6570\u91cf\n# \u8bbe\u7f6e\u4e3a auto \u8ba9 Nginx \u81ea\u52a8\u6839\u636e CPU \u6838\u5fc3\u6570\u8c03\u6574\u5de5\u4f5c\u8fdb\u7a0b\u6570\u91cf\uff0c\u4ee5\u5145\u5206\u5229\u7528\u670d\u52a1\u5668\u8d44\u6e90\u3002\n\nevents {\n    worker_connections  1024;\n}\n# \u6574\u4e2a Nginx \u670d\u52a1\u5668\u6700\u591a\u53ef\u4ee5\u540c\u65f6\u5904\u7406 1024 \u4e2a\u5ba2\u6237\u7aef\u8fde\u63a5\n\nhttp {\n    include       mime.types;\n    default_type  application\/octet-stream;\n\n\n    sendfile        on;\n  \n    keepalive_timeout  65;\n\n   \n\t\n\tmap $http_upgrade $connection_upgrade{\n\t\tdefault upgrade;\n\t\t'' close;\n\t}\n\n\tupstream webservers{\n\t  server 127.0.0.1:8080 weight=90 ;\n\t  #server 127.0.0.1:8088 weight=10 ;\n\t}\n\n    server {\n        listen       80;\n        server_name  localhost;\n\n        # \u6307\u5b9a\u8be5\u865a\u62df\u4e3b\u673a\u7684\u57df\u540d\u6216 IP \u5730\u5740\u4e3a localhost\u3002\n\n\n        location \/ {\n            root   html\/sky;\n            index  index.html index.htm;\n\n            # location \u5757\u7528\u4e8e\u5339\u914d\u4e0d\u540c\u7684 URL \u8def\u5f84\u5e76\u8fdb\u884c\u76f8\u5e94\u7684\u5904\u7406\u3002\u8fd9\u91cc\u7684 \/ \u8868\u793a\u5339\u914d\u6839\u8def\u5f84\uff0croot html\/sky; \n# \u8868\u793a\u5c06\u8bf7\u6c42\u7684\u6587\u4ef6\u6839\u76ee\u5f55\u8bbe\u7f6e\u4e3a html\/sky\uff0cindex index.html index.htm; \u8868\u793a\u9ed8\u8ba4\u7684\u7d22\u5f15\u6587\u4ef6\u4e3a index.html \u6216 index.htm\u3002\n        }\n\n        #error_page  404              \/404.html;\n\n        # redirect server error pages to the static page \/50x.html\n        #\n        error_page   500 502 503 504  \/50x.html;\n        location = \/50x.html {\n            root   html;\n        }\n\n        # \u53cd\u5411\u4ee3\u7406,\u5904\u7406\u7ba1\u7406\u7aef\u53d1\u9001\u7684\u8bf7\u6c42\n        location \/api\/ {\n\t\t\tproxy_pass   http:\/\/localhost:8080\/admin\/;\n            #proxy_pass   http:\/\/webservers\/admin\/;\n        }\n\t\t\n\t\t# \u53cd\u5411\u4ee3\u7406,\u5904\u7406\u7528\u6237\u7aef\u53d1\u9001\u7684\u8bf7\u6c42\n        location \/user\/ {\n            proxy_pass   http:\/\/webservers\/user\/;\n        }\n\t\t\n\t\t# WebSocket\n\t\tlocation \/ws\/ {\n            proxy_pass   http:\/\/webservers\/ws\/;\n\t\t\tproxy_http_version 1.1;\n\t\t\tproxy_read_timeout 3600s;\n\t\t\tproxy_set_header Upgrade $http_upgrade;\n\t\t\tproxy_set_header Connection \"$connection_upgrade\";\n        }\n\n       \n    }\n\n\n    \n}\n<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1793","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/posts\/1793","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/comments?post=1793"}],"version-history":[{"count":2,"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/posts\/1793\/revisions"}],"predecessor-version":[{"id":1795,"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/posts\/1793\/revisions\/1795"}],"wp:attachment":[{"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/media?parent=1793"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/categories?post=1793"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/tags?post=1793"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}