1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-01 12:59:47 +02:00
This commit is contained in:
lxsang 2019-12-20 16:51:10 +01:00
parent 3435733ac2
commit 85cfce134b

View File

@ -33,16 +33,14 @@ ssl.cipher=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA
; a configuration each port
[PORT:443]
; Website store here
htdocs=/opt/www/htdocs
; enable or disalbe SSL
; enable or disable SSL
ssl.enable=1
[PORT:80]
; Website store here
htdocs=/opt/www/htdocs
; enable or disalbe SSL
; enable or disable SSL
ssl.enable=0