Skip to content

Commit

Permalink
Update compress.mdx (#66376)
Browse files Browse the repository at this point in the history
Updated the nginx link; they changed domains from https://www.nginx.com/
to https://nginx.org

Co-authored-by: Sam Ko <sam@vercel.com>
  • Loading branch information
ArnoldVanN and samcx authored May 30, 2024
1 parent dc6d612 commit d82c5fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ We do not recommend disabling compression unless you have compression configured

To change your compression algorithm, you will need to configure your custom server and set the `compress` option to `false` in your `next.config.js` file.

For example, you're using [nginx](https://www.nginx.com/) and want to switch to `brotli`, set the `compress` option to `false` to allow nginx to handle compression.
For example, you're using [nginx](https://nginx.org/) and want to switch to `brotli`, set the `compress` option to `false` to allow nginx to handle compression.

> **Good to know:**
>
Expand Down

0 comments on commit d82c5fd

Please # to comment.