| 1234567891011121314151617181920212223 |
- # [root]
- # logfile = logs/httpd.log
- # loglevel = [VERBOSE,DEBUG,INFO,WARN,ERROR,FATAL,SILENT]
- loglevel = INFO
- log_remain_days = 3
- log_filesize = 64M
- # worker_processes = 4
- # auto = ncpu
- worker_processes = 1
- # http server
- #ssl = on
- #ssl_certificate = cert/server.crt
- #ssl_privatekey = cert/server.key
- #ssl_ca_certificate = cert/cacert.pem
- port = 8080
- base_url = /v1/api
- document_root = html
- home_page = index.html
- #error_page = error.html
- index_of = /downloads/
|