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
* chore: amend current nginx version
* docs: provide an example to the path of nginx_brotli
* docs: document corresponding script.
* fix: spelling
* ci(spellcheck): add word
2. Clone `ngx_brotli`, and follow the steps listed in the first "Statically compiled" section of the repository.
@@ -23,13 +23,14 @@ The instructions present in the installation guide on [<span data-nospell>google
23
23
cd ../../../..
24
24
```
25
25
26
-
If updating the cloned repository, run `git pull --recruse-submodules` instead.
26
+
If updating the cloned repository, run `git pull --recurse-submodules` instead.
27
27
28
28
3. Switch to the `nginx` directory and run the "Dynamically loaded" steps, taking care to ensure the compilation output from `nginx -V` is included when running `./configure`.
0 commit comments