]> git.treefish.org Git - fex.git/blob - etc/xinetd_fex
Original release 20150120
[fex.git] / etc / xinetd_fex
1 # default: on
2 # description: F*EX web server
3 #
4 service fex
5 {
6         socket_type             = stream
7         wait                    = no
8         type                    = unlisted
9         protocol                = tcp
10         bind                    = ADDRESS
11         port                    = PORT
12         cps                     = 10 2
13         user                    = fex
14         groups                  = yes
15         server                  = FEXHOME/bin/fexsrv
16         nice                    = 0
17         disable                 = no
18 }
19 # configuration for https/SSL see /home/fex/doc/SSL
20 # configuration for IPv6 see /home/fex/doc/IPv6