{"id":612,"date":"2026-02-14T03:38:07","date_gmt":"2026-02-14T03:38:07","guid":{"rendered":"https:\/\/ecodebook.wordpress.com\/?p=612"},"modified":"2026-02-14T03:38:07","modified_gmt":"2026-02-14T03:38:07","slug":"nginx-load-balancer-setup","status":"publish","type":"post","link":"https:\/\/blog.mycarts.shop\/?p=612","title":{"rendered":"Nginx load balancer setup"},"content":{"rendered":"\n<p>Edit the following file: \/etc\/nginx\/nginx.conf<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>       upstream backend {\n              #least_conn;\n              ip_hash;\n              server 192.168.2.160 max_fails=3 fail_timeout=30s;\n              server 192.168.2.161 max_fails=3 fail_timeout=30s;\n              server 192.168.2.157 max_fails=3 fail_timeout=30s;\n        }\n\n        server {\n                listen 80;\n                location \/ {\n                        proxy_pass http:\/\/backend;\n                }\n        }<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Edit the following file: \/etc\/nginx\/nginx.conf<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-612","post","type-post","status-publish","format-standard","hentry","category-nginx"],"_links":{"self":[{"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/posts\/612","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=612"}],"version-history":[{"count":0,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/posts\/612\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=612"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=612"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=612"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}