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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user