Some checks failed
sm-rpc / build (Debug, aarch64-linux-gnu) (push) Failing after 29s
sm-rpc / build (Debug, arm-linux-gnueabihf) (push) Failing after 16s
sm-rpc / build (Debug, host.gcc) (push) Failing after 11s
sm-rpc / build (Debug, mipsel-linux-gnu) (push) Failing after 12s
sm-rpc / build (Release, aarch64-linux-gnu) (push) Failing after 11s
sm-rpc / build (Release, arm-linux-gnueabihf) (push) Failing after 11s
sm-rpc / build (Release, host.gcc) (push) Failing after 12s
sm-rpc / build (Release, mipsel-linux-gnu) (push) Failing after 16s
34 lines
936 B
Plaintext
34 lines
936 B
Plaintext
# Civetweb web server configuration file.
|
|
# For detailed description of every option, visit
|
|
# https://github.com/civetweb/civetweb/blob/master/docs/UserManual.md
|
|
# Lines starting with '#' and empty lines are ignored.
|
|
# To make a change, remove leading '#', modify option's value,
|
|
# save this file and then restart Civetweb.
|
|
|
|
document_root .
|
|
listening_ports 8080
|
|
|
|
# cgi_pattern **.cgi$|**.pl$|**.php$
|
|
# cgi_environment
|
|
# put_delete_auth_file
|
|
# cgi_interpreter
|
|
# protect_uri
|
|
# authentication_domain mydomain.com
|
|
# ssi_pattern **.shtml$|**.shtm$
|
|
# throttle
|
|
# access_log_file
|
|
# enable_directory_listing yes
|
|
# error_log_file
|
|
# global_auth_file
|
|
# index_files index.html,index.htm,index.cgi,index.shtml,index.php,index.lp
|
|
# enable_keep_alive no
|
|
# access_control_list
|
|
# extra_mime_types
|
|
# ssl_certificate
|
|
# num_threads 50
|
|
# run_as_user
|
|
# url_rewrite_patterns
|
|
# hide_files_patterns
|
|
# request_timeout_ms 30000
|
|
# max_connections 100
|