]> git.treefish.org Git - fex.git/blob - etc/xinetd_fex
Original release 20150729
[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         #flags          = IPv6
11         bind            = ADDRESS
12         port            = PORT
13         cps             = 10 2
14         user            = fex
15         groups          = yes
16         server          = FEXHOME/bin/fexsrv
17         nice            = 0
18         disable         = no
19 }
20 # configuration for https/SSL see /home/fex/doc/SSL
21 # configuration for IPv6 see /home/fex/doc/IPv6