You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,13 +64,28 @@ The [RFC](https://www.ietf.org/rfc/rfc2616.txt) defines to use one year to make
64
64
65
65
More details in [the article](https://ashton.codes/set-cache-control-max-age-1-year/).
66
66
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
68
83
69
84
GetPageSpeed provides packaging of the `nginx-module-immutable` in its repositories, as part of its [NGINX Extras](https://nginx-extras.getpagespeed.com/) package collection.
0 commit comments