forked from DGNum/infrastructure
fix(web03): Use a different domain for webhooks endpoint
This commit is contained in:
parent
06bbe99769
commit
0576d1ecf8
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
enable = true;
|
||||
|
||||
webhook = {
|
||||
domain = "hooks.webapps.dgnum.eu";
|
||||
domain = "apps-webhook.dgnum.eu";
|
||||
|
||||
nginx = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Reference in a new issue