use defined pygments

This commit is contained in:
Joel Falknau
2024-08-24 15:09:02 +10:00
parent 29ad4acff7
commit 0839920032
6 changed files with 7 additions and 7 deletions

View File

@@ -99,7 +99,7 @@ Replace the nginx service in your docker-compose as follows
Modify your nginx.conf as follows
```conf
```nginx
load_module modules/ngx_http_brotli_static_module.so;
load_module modules/ngx_http_brotli_filter_module.so;
...