1. document_root /srv/http
  2. listening_ports 80
  3.  
  4.  
  5. access_log_file /tmp/mongoose-access.log
  6. error_log_file /tmp/mongoose-error.log
  7.  
  8. access_control_list -0.0.0.0/0,+127.0.0.1
  9. authentication_domain localhost
  10.  
  11.  
  12. index_files index.html,index.htm,index.php
  13.  
  14. cgi_interpreter /usr/bin/php-cgi
  15. cgi_extensions php