From 56002766d5096cb6b6d6466db0da96a02a9995b2 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 12 Aug 2025 15:48:19 +0000 Subject: [PATCH] fix (infra): add support for Garage bucket subdoms --- proxy/nginx/conf.d/s3.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/nginx/conf.d/s3.conf b/proxy/nginx/conf.d/s3.conf index bd8f973..07c59d0 100644 --- a/proxy/nginx/conf.d/s3.conf +++ b/proxy/nginx/conf.d/s3.conf @@ -12,7 +12,7 @@ server { server { listen 443 ssl; - server_name s3.systemsobscure.net; + server_name *.s3.systemsobscure.net s3.systemsobscure.net; client_max_body_size 100M; # Allow large image uploads