forked from hacc/haccfiles
hainich/hedgedoc: set domain to pad.hacc.earth
This commit is contained in:
parent
73bfa29896
commit
e90f377a2b
1 changed files with 3 additions and 3 deletions
|
@ -22,10 +22,10 @@
|
|||
allowAnonymous = true;
|
||||
allowFreeURL = true;
|
||||
allowGravatar = false;
|
||||
allowOrigin = [ "localhost" "pad.hacc.space" "fff-muc.de" ];
|
||||
allowOrigin = [ "localhost" "pad.hacc.space" "fff-muc.de" "pad.hacc.earth" ];
|
||||
dbURL = "postgres://codimd:codimd@localhost:5432/codimd";
|
||||
defaultPermission = "limited";
|
||||
domain = "pad.hacc.space";
|
||||
domain = "pad.hacc.earth";
|
||||
host = "0.0.0.0";
|
||||
protocolUseSSL = true;
|
||||
hsts.preload = false;
|
||||
|
@ -63,7 +63,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."pad.hacc.space" = {
|
||||
services.nginx.virtualHosts."pad.hacc.earth" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
|
|
Loading…
Reference in a new issue