diff --git a/docs/deployment.md b/docs/deployment.md index 3626220ea..4eb23f30f 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -77,7 +77,7 @@ server { deny all; } - location ^~ /assets|packs/ { + location ~ ^/(assets|packs)/ { gzip_static on; brotli_static on; # Optional, see below expires max;