mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-06 18:45:13 +02:00
7 lines
235 B
Text
7 lines
235 B
Text
nginx has been converted to use dynamic modules.
|
|
|
|
If you used the stream or geoip modules before, you now need
|
|
to install nginx-mod-$MODULE and add this to the main context of nginx.conf:
|
|
|
|
load_module modules/ngx_$MODULE_module.so;
|
|
|