mirror of
https://github.com/lxsang/ant-http
synced 2024-12-26 00:38:21 +01:00
fix typo
This commit is contained in:
parent
3435733ac2
commit
85cfce134b
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user