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;
|
enable = true;
|
||||||
|
|
||||||
webhook = {
|
webhook = {
|
||||||
domain = "hooks.webapps.dgnum.eu";
|
domain = "apps-webhook.dgnum.eu";
|
||||||
|
|
||||||
nginx = {
|
nginx = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
Loading…
Reference in a new issue