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 ; a configuration each port
[PORT:443] [PORT:443]
; Website store here
htdocs=/opt/www/htdocs htdocs=/opt/www/htdocs
; enable or disalbe SSL ; enable or disable SSL
ssl.enable=1 ssl.enable=1
[PORT:80] [PORT:80]
; Website store here
htdocs=/opt/www/htdocs htdocs=/opt/www/htdocs
; enable or disalbe SSL ; enable or disable SSL
ssl.enable=0 ssl.enable=0