######################
# Web Site: Default 
########################################

port=80
root=/ /var/www/default
hosts=*    #OR your.com,*.your.com

# User=www-data

# AspNet.Workers=4       # Set the number of asp.net worker processes. Defauit is 1.
# AspNet.MaxCpuTime=3600 # Cpu time used by each worker process
# AspNet.MaxMemory=256   # Memory used by each working process

# addr=0.0.0.0
# CheckQuery=false
NoLog=true


# AppHost.Port=5000  # Forward to another port

# Application host confinguration:
# AppHost={cmd=/usr/bin/dotnet /usr/local/x/app.dll; AppRoot=/usr/local/x; AppPort=5000}

# NoFile=/index.aspx
# Keep_Alive=false   #default: true
# UseGZIP=false      #default: true

# Https configuration:
# UseHttps=true
# ssl.certificate=/x/xxx.crt  #or pem
# ssl.certificatekey=/x/xxx.key
# ssl.protocol=TLSv1.1 TLSv1.2 TLSv1.3
# ssl.ciphers=ECDHE-RSA-AES256-GCM-SHA384:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC4:!DH:!DHE 
# Add http headers to the response:
ResponseHandler.Add=X-Frame-Options:SAMEORIGIN
# ResponseHandler.Add=Strict-Transport-Security:max-age=15768000  #for HSTS

# DenyFrom=192.168.0.233, 192.168.1.*, 192.168.2.0/24
# AllowFrom=192.168.*.*
# DenyDirs=~/cgi, ~/upfiles
# indexes=myindex.aspx

# URL rewrite configuration:
# rewrite=^/.+?\.(asp|cgi|pl|sh|bash|dll)(\?.*|)$  /.deny?ext=$1

# Reproxy configuration:
# reproxy=/bbs/ http://192.168.1.112/bbs/
# host.Redirect=abc.com www.abc.com  301
# ResponseHandler.Add=myKey:myValue


# Jexus php fastcgi address is '/var/run/jexus/phpsvr'
#######################################################
# fastcgi.add=php|socket:/var/run/jexus/phpsvr

# php-fpm listen address is '127.0.0.1:9000'
############################################
# fastcgi.add=php|tcp:127.0.0.1:9000


