mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-11 00:45:09 +08:00
Fix: SSL fields in deploy templates
This commit is contained in:
@@ -157,3 +157,11 @@ Deploy:
|
|||||||
# '["alas"]' specified "alas" config
|
# '["alas"]' specified "alas" config
|
||||||
# '["alas","alas2"]' specified "alas" "alas2" configs
|
# '["alas","alas2"]' specified "alas" "alas2" configs
|
||||||
Run: null
|
Run: null
|
||||||
|
# SSL support
|
||||||
|
# Only effective when both parameters below are set
|
||||||
|
# --ssl-key. Path to SSL key file
|
||||||
|
# [Default] null (no SSL)
|
||||||
|
WebuiSSLKey: null
|
||||||
|
# --ssl-cert. Path to SSL cert file
|
||||||
|
# [Default] null (no SSL)
|
||||||
|
WebuiSSLCert: null
|
||||||
|
|||||||
Reference in New Issue
Block a user