Skip to content

Commit 6687256

Browse files
authored
Update README.md
1 parent dab3852 commit 6687256

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,28 @@ The [RFC](https://www.ietf.org/rfc/rfc2616.txt) defines to use one year to make
6464
6565
More details in [the article](https://ashton.codes/set-cache-control-max-age-1-year/).
6666

67-
## Installation
67+
## Ubuntu and Debian packages
68+
69+
It's easy to install the module package for these operating systems.
70+
71+
`ngx_immutable` is part of the APT NGINX Extras collection, so you can install
72+
it alongside [any modules](https://apt-nginx-extras.getpagespeed.com/modules/),
73+
including Brotli.
74+
75+
First, [set up the repository](https://apt-nginx-extras.getpagespeed.com/apt-setup/), then:
76+
77+
```bash
78+
sudo apt-get update
79+
sudo apt-get install nginx-module-immutable
80+
```
81+
82+
## Installation for RPM-based systems
6883

6984
GetPageSpeed provides packaging of the `nginx-module-immutable` in its repositories, as part of its [NGINX Extras](https://nginx-extras.getpagespeed.com/) package collection.
7085

71-
The follow operating systems are supported:
86+
The following operating systems are supported:
7287

73-
* RedHat Enterprise Linux 6, 7, 8, 9
88+
* Red Hat Enterprise Linux 6, 7, 8, 9
7489
* CentOS 6, 7, 8, 9
7590
* AlmaLinux 8, 9
7691
* Rocky Linux 8, 9

0 commit comments

Comments
 (0)