httpd.conf 464 B

1234567891011121314151617181920212223
  1. # [root]
  2. # logfile = logs/httpd.log
  3. # loglevel = [VERBOSE,DEBUG,INFO,WARN,ERROR,FATAL,SILENT]
  4. loglevel = INFO
  5. log_remain_days = 3
  6. log_filesize = 64M
  7. # worker_processes = 4
  8. # auto = ncpu
  9. worker_processes = 1
  10. # http server
  11. #ssl = on
  12. #ssl_certificate = cert/server.crt
  13. #ssl_privatekey = cert/server.key
  14. #ssl_ca_certificate = cert/cacert.pem
  15. port = 8080
  16. base_url = /v1/api
  17. document_root = html
  18. home_page = index.html
  19. #error_page = error.html
  20. index_of = /downloads/