fix (infra): add support for Garage bucket subdoms

This commit is contained in:
thomasabishop 2025-08-12 15:48:19 +00:00
parent 7612a56265
commit 56002766d5

View file

@ -12,7 +12,7 @@ server {
server { server {
listen 443 ssl; 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 client_max_body_size 100M; # Allow large image uploads