summaryrefslogblamecommitdiffhomepage
path: root/auto/modules/conf
blob: 409b4bea2ff57749a9260f663cbe53fc6e56d4da (plain) (tree)
1
2
3
4
5




                           













                            



                          



                          



                            







                                                      

# Copyright (C) Igor Sysoev
# Copyright (C) NGINX, Inc.


case "$nxt_module" in

   python)
       . auto/modules/python
   ;;

   php)
       . auto/modules/php
   ;;

   go)
       . auto/modules/go
   ;;

   perl)
       . auto/modules/perl
   ;;

   ruby)
       . auto/modules/ruby
   ;;

   nodejs)
       . auto/modules/nodejs
   ;;

   *)
       echo
       echo $0: error: invalid module \"$nxt_module\".
       echo
       exit 1
   ;;

esac