Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,29 @@ Ezra Zygmuntowicz has a good writeup of the fair proxy load balancer and how to
http://brainspl.at/articles/2007/11/09/a-fair-proxy-balancer-for-nginx-and-mongrel


Pre-built Packages (Ubuntu / Debian):
--

Pre-built packages for this module are freely available from the GetPageSpeed repository:

# Install the repository keyring
sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://extras.getpagespeed.com/deb-archive-keyring.gpg \
| sudo tee /etc/apt/keyrings/getpagespeed.gpg >/dev/null

# Add the repository (Ubuntu example - replace 'ubuntu' and 'jammy' for your distro)
echo "deb [signed-by=/etc/apt/keyrings/getpagespeed.gpg] https://extras.getpagespeed.com/ubuntu jammy main" \
| sudo tee /etc/apt/sources.list.d/getpagespeed-extras.list

# Install nginx and the module
sudo apt-get update
sudo apt-get install nginx nginx-module-upstream-fair

The module is automatically enabled after installation. Supported distributions
include Debian 12/13 and Ubuntu 20.04/22.04/24.04 (both amd64 and arm64).
See the complete setup instructions at: https://apt-nginx-extras.getpagespeed.com/apt-setup/


Installation:
--

Expand Down Expand Up @@ -52,4 +75,3 @@ http://github.com/gnosek/nginx-upstream-fair/tree/master
http://git.localdomain.pl/?p=nginx-upstream-fair.git;a=summary

Please feel free to fork the project at GitHub and submit pull requests or patches.