Fix Caddy trusted proxies syntax
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
* Enable multiDomain in the manifest so aliases can be set in Cloudron UI
|
* Enable multiDomain in the manifest so aliases can be set in Cloudron UI
|
||||||
* Simplified documentation for S3 setup and alias domains
|
* Simplified documentation for S3 setup and alias domains
|
||||||
* Fix CORS responses for auth subdomains and forward real client IPs from Cloudron proxy
|
* Fix CORS responses for auth subdomains and forward real client IPs from Cloudron proxy
|
||||||
|
* Remove unsupported Caddy `trusted_proxies` stanza so startup succeeds on Cloudron base image
|
||||||
|
|
||||||
## 0.4.4 (2025-10-30)
|
## 0.4.4 (2025-10-30)
|
||||||
|
|
||||||
|
|||||||
6
start.sh
6
start.sh
@@ -535,9 +535,6 @@ cat > "$CADDY_CONFIG" <<EOF_CADDY
|
|||||||
{
|
{
|
||||||
admin off
|
admin off
|
||||||
auto_https off
|
auto_https off
|
||||||
servers {
|
|
||||||
trusted_proxies static private_ranges
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:3080 {
|
:3080 {
|
||||||
@@ -658,9 +655,6 @@ cat > "$CADDY_CONFIG" <<EOF_CADDY
|
|||||||
{
|
{
|
||||||
admin off
|
admin off
|
||||||
auto_https off
|
auto_https off
|
||||||
servers {
|
|
||||||
trusted_proxies static private_ranges
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:3080 {
|
:3080 {
|
||||||
|
|||||||
Reference in New Issue
Block a user