update caddy address (#36291)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Updated Caddy web server configuration to allow broader accessibility to the admin interface. - **Security Notice** - The admin interface is now accessible from any IP address, which may require enhanced security measures to protect against unauthorized access. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
parent
ce02d3cdef
commit
eb0311aa8e
|
|
@ -43,7 +43,7 @@ const parts = []
|
||||||
parts.push(`
|
parts.push(`
|
||||||
{
|
{
|
||||||
debug
|
debug
|
||||||
admin 127.0.0.1:2019
|
admin 0.0.0.0:2019
|
||||||
persist_config off
|
persist_config off
|
||||||
acme_ca_root /etc/ssl/certs/ca-certificates.crt
|
acme_ca_root /etc/ssl/certs/ca-certificates.crt
|
||||||
servers {
|
servers {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user