{"id":855,"date":"2024-07-25T11:14:21","date_gmt":"2024-07-25T03:14:21","guid":{"rendered":"http:\/\/www.madbull.site\/?p=855"},"modified":"2024-09-11T15:05:22","modified_gmt":"2024-09-11T07:05:22","slug":"nginx%e5%8f%8d%e5%90%91%e4%bb%a3%e7%90%86%ef%bc%9ahttp%e5%92%8chttps","status":"publish","type":"post","link":"https:\/\/www.madbull.site\/?p=855","title":{"rendered":"nginx\u53cd\u5411\u4ee3\u7406\uff1ahttp\u548chttps"},"content":{"rendered":"\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p class=\"has-large-font-size\"><strong>http\u53cd\u5411\u4ee3\u7406<\/strong><\/p>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>nginx\u53cd\u5411\u4ee3\u7406 <strong>127.0.0.1:88<\/strong> \u7aef\u53e3\u5230 <strong>mail.madbull.stie:80<\/strong> \u7aef\u53e3\uff0c\/etc\/nginx\/nginx.conf\u6587\u4ef6\u91cc\u914d\u7f6e\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>http {\n    server {\n        listen       80;\n        server_name  mail.madbull.site ;\n\n        location \/ {\n                        proxy_pass http:\/\/127.0.0.1:88 ;\n                        proxy_set_header Host $host ;\n                        proxy_set_header X-Real-IP $remote_addr ;\n                        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for ;\n        }\n\n        error_page   500 502 503 504  \/50x.html;\n        location = \/50x.html {\n            root   html;\n        }\n    }\n}<\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p class=\"has-large-font-size\"><strong>https\u53cd\u5411\u4ee3\u7406<\/strong><\/p>\n\n\n\n<p>nginx\u53cd\u5411\u4ee3\u7406 <strong>127.0.0.1:448<\/strong> \u7aef\u53e3\u5230 <strong>mail.madbull.stie:443<\/strong> \u7aef\u53e3\uff0c\/etc\/nginx\/nginx.conf\u6587\u4ef6\u91cc\u914d\u7f6e\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>http {\n    server {\n        listen       443 ssl;\n        server_name  mail.madbull.site ;\n\n        ssl on;\n        ssl_certificate            \/xxx\/xxx\/xxx.pem;  # \u8bc1\u4e66\n        ssl_certificate_key        \/xxx\/xxx\/xxx.key;  # \u79c1\u94a5\n\n        ssl_session_timeout        5m ;\n\n        ssl_ciphers                HIGH:!aNULL:!MD5;\n        ssl_protocols                SSLv2 SSLv3 TLSv1.2 ;\n        ssl_prefer_server_ciphers        on ;\n\n        location \/ {\n                        proxy_pass https:\/\/127.0.0.1:448 ;\n                        proxy_set_header Host $host ;\n                        proxy_set_header X-Real-IP $remote_addr ;\n                        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for ;\n                        proxy_ssl_verify off ;   # \u662f\u5426\u9a8c\u8bc1\u540e\u7aef\u670d\u52a1\u7684\u8bc1\u4e66\u3002\n        }\n\n        error_page   500 502 503 504  \/50x.html;\n        location = \/50x.html {\n            root   html;\n        }\n    }\n}<\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<p>linux\u57fa\u672c\u914d\u7f6e\u9879\u53c2\u770b\uff1a<a href=\"https:\/\/www.madbull.site\/?p=577\">https:\/\/www.madbull.site\/?p=577<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>nginx\u53cd\u5411\u4ee3\u7406\uff1ahttp\u548chttps\u3002nginx\u53cd\u5411\u4ee3\u7406127.0.0.1:88\u7aef\u53e3\u5230mail.madbull.stie:80\u7aef\u53e3\uff0c\/etc\/nginx\/nginx.conf\u6587\u4ef6\u91cc\u914d\u7f6e\u3002nginx\u53cd\u5411\u4ee3\u7406127.0.0.1:448\u7aef\u53e3\u5230mail.madbull.stie:443\u7aef\u53e3\uff0c\/etc\/nginx\/nginx.conf\u6587\u4ef6\u91cc\u914d\u7f6e\u3002<\/p>\n","protected":false},"author":1,"featured_media":450,"comment_status":"open","ping_status":"open","sticky":false,"template":"single-with-sidebar","format":"standard","meta":{"footnotes":""},"categories":[135,131],"tags":[299,342,184,276,186,341],"class_list":["post-855","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","category-131","tag-http","tag-https","tag-nginx","tag-server","tag-186","tag-341"],"_links":{"self":[{"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/posts\/855","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=855"}],"version-history":[{"count":4,"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/posts\/855\/revisions"}],"predecessor-version":[{"id":1214,"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/posts\/855\/revisions\/1214"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/media\/450"}],"wp:attachment":[{"href":"https:\/\/www.madbull.site\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=855"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=855"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=855"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}