# Port number
# Required
port=80;

# Server visibility.
# If set to yes, it will be accesible from the outside (tipically, only from 
# your LAN). If set to no, only from the local host.
#
# Values: yes, no
# Default: yes
server_public=yes;
