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:
Goutham Pratapa 2024-09-13 15:30:08 +05:30 committed by GitHub
parent ce02d3cdef
commit eb0311aa8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {