mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
This is an upstream module that allows Angie to communicate directly with PostgreSQL database. PR: Angie postgres dynamic module
15 lines
348 B
Text
15 lines
348 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
|
|
The postgres dynamic module for Angie has been installed.
|
|
To enable this module, add the following to %%PREFIX%%/etc/angie/angie.conf
|
|
and reload angie:
|
|
|
|
load_module modules/ngx_postgres_module.so;
|
|
|
|
Please refer to the module documentation for further details:
|
|
https://github.com/FRiCKLE/ngx_postgres
|
|
EOM
|
|
}
|
|
]
|