mirror of
https://github.com/York-Labs/OneClickDesktop.git
synced 2026-02-21 08:37:23 +08:00
Update OneClickDesktop_zh-CN.sh
This commit is contained in:
parent
d547b1781f
commit
2f43bf4cb0
@ -829,11 +829,7 @@ function install_reverse_proxy
|
||||
if [ "x$confirm_letsencrypt" = "xY" ] || [ "x$confirm_letsencrypt" = "xy" ] ; then
|
||||
cat > /etc/caddy/Caddyfile << END
|
||||
{
|
||||
log caddy_log {
|
||||
output {
|
||||
file /etc/caddy/caddy.log
|
||||
}
|
||||
}
|
||||
|
||||
# TLS options
|
||||
email $le_email
|
||||
}
|
||||
@ -855,11 +851,7 @@ END
|
||||
else
|
||||
cat > /etc/caddy/Caddyfile << END
|
||||
{
|
||||
log caddy_log {
|
||||
output {
|
||||
file /etc/caddy/caddy.log
|
||||
}
|
||||
}
|
||||
|
||||
# TLS options
|
||||
email $le_email
|
||||
auto_https off
|
||||
|
||||
Loading…
Reference in New Issue
Block a user