fix(garage): Added new domains
This commit is contained in:
parent
b9ef06bfec
commit
9fa21dba9c
1 changed files with 8 additions and 0 deletions
|
@ -2,10 +2,18 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
sops.secrets."garage/RPC_SECRET".owner = "root";
|
sops.secrets."garage/RPC_SECRET".owner = "root";
|
||||||
|
|
||||||
|
services.caddy.virtualHosts."s3.gasdev.fr".extraConfig = ''
|
||||||
|
reverse_proxy http://127.0.0.1:3900
|
||||||
|
'';
|
||||||
|
|
||||||
services.caddy.virtualHosts."*.s3.gasdev.fr".extraConfig = ''
|
services.caddy.virtualHosts."*.s3.gasdev.fr".extraConfig = ''
|
||||||
reverse_proxy http://127.0.0.1:3900
|
reverse_proxy http://127.0.0.1:3900
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
services.caddy.virtualHosts."s3web.gasdev.fr".extraConfig = ''
|
||||||
|
reverse_proxy http://127.0.0.1:3900
|
||||||
|
'';
|
||||||
|
|
||||||
services.caddy.virtualHosts."*.s3web.gasdev.fr".extraConfig = ''
|
services.caddy.virtualHosts."*.s3web.gasdev.fr".extraConfig = ''
|
||||||
reverse_proxy http://127.0.0.1:3902
|
reverse_proxy http://127.0.0.1:3902
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue