diff options
author | Alexander Borisov <alexander.borisov@nginx.com> | 2018-03-21 16:50:07 +0300 |
---|---|---|
committer | Alexander Borisov <alexander.borisov@nginx.com> | 2018-03-21 16:50:07 +0300 |
commit | 37051b6c15cce7d6ab01c50e1086f8ef0b34e93d (patch) | |
tree | d6f7fee987e795613c4088c7fa12709888d0a00e /auto/modules/conf | |
parent | 778a90c319e47f688b749e43df33f3eb9dce3e72 (diff) | |
download | unit-37051b6c15cce7d6ab01c50e1086f8ef0b34e93d.tar.gz unit-37051b6c15cce7d6ab01c50e1086f8ef0b34e93d.tar.bz2 |
Added Ruby support.
Diffstat (limited to 'auto/modules/conf')
-rw-r--r-- | auto/modules/conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/modules/conf b/auto/modules/conf index df77309e..93d28601 100644 --- a/auto/modules/conf +++ b/auto/modules/conf @@ -21,6 +21,10 @@ case "$nxt_module" in . auto/modules/perl ;; + ruby) + . auto/modules/ruby + ;; + *) echo echo $0: error: invalid module \"$nxt_module\". |