diff options
author | Alex Auvolat <alex@adnab.me> | 2022-01-06 12:55:49 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-01-13 14:25:19 +0100 |
commit | d4dd2e2640af9290717b669c923d1ca75dba1bde (patch) | |
tree | 3059e62b93939242b78714624405b0a4500f5b50 /src/util/config.rs | |
parent | 9eb211948ec54430170e981201fe33b3997e2da5 (diff) | |
download | garage-d4dd2e2640af9290717b669c923d1ca75dba1bde.tar.gz garage-d4dd2e2640af9290717b669c923d1ca75dba1bde.zip |
Make use of website config, return error document on error
Diffstat (limited to 'src/util/config.rs')
-rw-r--r-- | src/util/config.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/config.rs b/src/util/config.rs index 61a749e3..f1f4b06a 100644 --- a/src/util/config.rs +++ b/src/util/config.rs @@ -87,8 +87,6 @@ pub struct WebConfig { pub bind_addr: SocketAddr, /// Suffix to remove from domain name to find bucket pub root_domain: String, - /// Suffix to add when user-agent request path end with "/" - pub index: String, } fn default_sled_cache_capacity() -> u64 { |