mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
Tarantool NginX upstream module - Benefit from nginx features and tarantool features over HTTP(S). - Call tarantool methods via JSON RPC. - Load Balancing with elastic configuration. - Backup and fault tolerance. - Low overhead. PR: ports/202593 Approved by: osa
11 lines
420 B
Text
11 lines
420 B
Text
--- ../nginx_upstream_module-966f2f5/config.orig 2015-08-20 23:33:02.000000000 +0300
|
|
+++ ../nginx_upstream_module-966f2f5/config 2015-08-23 16:04:59.572045669 +0300
|
|
@@ -4,7 +4,7 @@
|
|
"
|
|
|
|
CORE_LIBS="$CORE_LIBS $ngx_feature_libs \
|
|
- $ngx_addon_dir/third_party/yajl/build/yajl-2.1.0/lib/libyajl_s.a \
|
|
+ %%PREFIX%%/lib/libyajl_s.a \
|
|
"
|
|
|
|
HTTP_MODULES="$HTTP_MODULES \
|