fix (infra): add support for Garage bucket subdoms
This commit is contained in:
parent
7612a56265
commit
56002766d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue