Skip to content

Commit

Permalink
Update setting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Apr 30, 2024
1 parent 2dad418 commit 7bac4e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setting.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@
else:
bind.append('0.0.0.0:%s' % mw_port)

# if os.path.exists('data/ssl.pl'):
# certfile = 'ssl/certificate.pem'
# keyfile = 'ssl/privateKey.pem'
# ciphers = 'TLSv1 TLSv1.1 TLSv1.2 TLSv1.3'
# ssl_version = 2

# 初始安装时,自动生成安全路径
if not os.path.exists('data/admin_path.pl'):
Expand Down

0 comments on commit 7bac4e0

Please sign in to comment.