refactor: remove timeout settings for large files in Caddyfile

- Eliminate timeout configurations for large files in hoerdle.de and xn--hrdle-jua.de sections
- Streamline the Caddyfile for improved clarity and maintainability
This commit is contained in:
Hördle Bot
2025-12-01 16:02:25 +01:00
parent f2c64281dd
commit 74a8a59083

View File

@@ -19,9 +19,6 @@ hoerdle.de {
transport http {
versions 1.1
}
# Timeouts für große Dateien (300s wie in nginx)
timeout 300s
}
# HTTP zu HTTPS Redirect
@@ -47,9 +44,6 @@ xn--hrdle-jua.de {
transport http {
versions 1.1
}
# Timeouts für große Dateien (300s)
timeout 300s
}
# HTTP zu HTTPS Redirect