{"id":3439,"date":"2026-03-25T14:23:53","date_gmt":"2026-03-25T06:23:53","guid":{"rendered":"https:\/\/www.yaoge123.com\/blog\/?p=3439"},"modified":"2026-03-25T14:31:28","modified_gmt":"2026-03-25T06:31:28","slug":"%e4%bd%bf%e7%94%a8-nginx-%e5%8f%8d%e4%bb%a3-rsync","status":"publish","type":"post","link":"https:\/\/www.yaoge123.com\/blog\/archives\/3439","title":{"rendered":"\u4f7f\u7528 nginx \u53cd\u4ee3 rsync"},"content":{"rendered":"\n<p>\u7528\u4e8e\u524d\u7aef\u7684 nginx \u5c06 rsync\/rsync-ssl \u53cd\u4ee3\u7ed9\u540e\u7aef\u771f\u5b9e\u7684 rsync \u670d\u52a1\uff0c\u901a\u8fc7 proxy protocol \u4f20\u9012\u5ba2\u6237\u7aef\u771f\u5b9eIP\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>stream {\n\n    server {\n        listen 873;\n        proxy_pass 192.168.10.10:873;\n        proxy_protocol on;\n        proxy_timeout 1m;\n        proxy_connect_timeout 5s;\n    }\n\n    server {\n        listen 874 ssl;\n        listen &#91;::]:874 ssl;\n   \n\tssl_certificate ssl\/yaoge123_com-ecc.crt;\n        ssl_certificate_key ssl\/yaoge123_com-ecc.key;\n        ssl_certificate ssl\/yaoge123_com-rsa.crt;\n        ssl_certificate_key ssl\/yaoge123_com-rsa.key;\n\n\tssl_session_timeout 1d;\n        ssl_session_cache shared:rsyncSSL:10m;\n\n\tssl_dhparam ssl\/dhparam.pem;\n\n        ssl_protocols TLSv1.2 TLSv1.3;\n        ssl_ecdh_curve X25519:prime256v1:secp384r1;\n        ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-CHACHA20-POLY1305;\n        ssl_prefer_server_ciphers off;\n\n        ssl_stapling on;\n        ssl_stapling_verify on;\n\n        proxy_pass 192.168.10.10:873;\n        proxy_protocol on;\n        proxy_timeout 1m;\n        proxy_connect_timeout 5s;\n    }\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u7528\u4e8e\u524d\u7aef\u7684 nginx \u5c06 rsync\/rsync-ssl \u53cd\u4ee3\u7ed9\u540e\u7aef\u771f\u5b9e\u7684 rsync \u670d\u52a1\uff0c\u901a\u8fc7 prox [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[8,11],"tags":[],"class_list":["post-3439","post","type-post","status-publish","format-standard","hentry","category-network","category-xnix"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/paOwEq-Tt","_links":{"self":[{"href":"https:\/\/www.yaoge123.com\/blog\/wp-json\/wp\/v2\/posts\/3439","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.yaoge123.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.yaoge123.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.yaoge123.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.yaoge123.com\/blog\/wp-json\/wp\/v2\/comments?post=3439"}],"version-history":[{"count":2,"href":"https:\/\/www.yaoge123.com\/blog\/wp-json\/wp\/v2\/posts\/3439\/revisions"}],"predecessor-version":[{"id":3441,"href":"https:\/\/www.yaoge123.com\/blog\/wp-json\/wp\/v2\/posts\/3439\/revisions\/3441"}],"wp:attachment":[{"href":"https:\/\/www.yaoge123.com\/blog\/wp-json\/wp\/v2\/media?parent=3439"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.yaoge123.com\/blog\/wp-json\/wp\/v2\/categories?post=3439"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.yaoge123.com\/blog\/wp-json\/wp\/v2\/tags?post=3439"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}