config 241 B

1234567891011
  1. # Port number
  2. # Required
  3. port=80;
  4. # Server visibility.
  5. # If set to yes, it will be accesible from the outside (tipically, only from
  6. # your LAN). If set to no, only from the local host.
  7. #
  8. # Values: yes, no
  9. # Default: yes
  10. server_public=yes;