{"id":13546575,"url":"https://github.com/itoffshore/nginx-upstream-fair","last_synced_at":"2025-04-02T18:31:07.934Z","repository":{"id":65586336,"uuid":"77791728","full_name":"itoffshore/nginx-upstream-fair","owner":"itoffshore","description":"The fair load balancer module for nginx","archived":false,"fork":true,"pushed_at":"2017-10-03T19:58:38.000Z","size":49,"stargazers_count":27,"open_issues_count":0,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-01T00:19:36.273Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://nginx.localdomain.pl","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"sysulq/nginx-upstream-fair","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itoffshore.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-01T18:43:39.000Z","updated_at":"2021-07-22T10:02:35.000Z","dependencies_parsed_at":"2023-01-30T18:15:26.022Z","dependency_job_id":null,"html_url":"https://github.com/itoffshore/nginx-upstream-fair","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itoffshore%2Fnginx-upstream-fair","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itoffshore%2Fnginx-upstream-fair/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itoffshore%2Fnginx-upstream-fair/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itoffshore%2Fnginx-upstream-fair/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itoffshore","download_url":"https://codeload.github.com/itoffshore/nginx-upstream-fair/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222856258,"owners_count":17048288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T12:00:40.430Z","updated_at":"2024-11-03T14:31:49.751Z","avatar_url":"https://github.com/itoffshore.png","language":"C","funding_links":[],"categories":["C","Upstreams, rate limiting and access control"],"sub_categories":[],"readme":"Nginx Upstream Fair Proxy Load Balancer\n\n**( compatible with nginx 1.11.6+ \u0026 with dynamic module capability ) **\n--\n\nDescription:\n--\n\nThe Nginx fair proxy balancer enhances the standard round-robin load balancer provided\nwith Nginx so that it will track busy back end servers (e.g. Thin, Ebb, Mongrel)\nand balance the load to non-busy server processes.\n\nFurther information can be found on http://nginx.localdomain.pl/\n\nEzra Zygmuntowicz has a good writeup of the fair proxy load balancer and how to use it here:\nhttp://brainspl.at/articles/2007/11/09/a-fair-proxy-balancer-for-nginx-and-mongrel\n\n\nInstallation:\n--\n\nYou'll need to re-compile Nginx from source to include this module.\nModify your compile of Nginx by adding the following directive\n(modified to suit your path of course):\n\n./configure --with-http_ssl_module --add-module=/absolute/path/to/nginx-upstream-fair\nmake\nmake install\n\n\nUsage:\n--\n\nChange your Nginx config file's upstream block to include the 'fair' directive:\n\nupstream mongrel {\n    fair;\n    server 127.0.0.1:5000;\n    server 127.0.0.1:5001;\n    server 127.0.0.1:5002;\n  }\n\n\nIf you encounter any issues, please report them using the bugtracker at\nhttp://nginx.localdomain.pl/\n\nContributing:\n--\n\nGit source repositories:\nhttp://github.com/gnosek/nginx-upstream-fair/tree/master\nhttp://git.localdomain.pl/?p=nginx-upstream-fair.git;a=summary\n\nPlease feel free to fork the project at GitHub and submit pull requests or patches.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitoffshore%2Fnginx-upstream-fair","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitoffshore%2Fnginx-upstream-fair","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitoffshore%2Fnginx-upstream-fair/lists"}