summaryrefslogblamecommitdiffhomepage
path: root/auto/modules/conf
blob: 8c0b7c0c1828e1044fc5229fad188f382ac9dad4 (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
   ;;

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

esac