forked from malobeo/infrastructure
[pretalx] rename talks.malobeo -> events.malobeo
This commit is contained in:
@@ -63,7 +63,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."talks.malobeo.org" = {
|
||||
services.nginx.virtualHosts."events.malobeo.org" = {
|
||||
forceSSL = true;
|
||||
enableACME= true;
|
||||
locations."/" = {
|
||||
|
||||
@@ -230,7 +230,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
virtualHosts."talks.malobeo.org" = {
|
||||
virtualHosts."events.malobeo.org" = {
|
||||
locations."/" = {
|
||||
proxyPass = "http://${hosts.malobeo.hosts.pretalx.network.address}";
|
||||
extraConfig = ''
|
||||
|
||||
@@ -48,7 +48,7 @@ in
|
||||
proxy_headers_hash_bucket_size 64;
|
||||
'';
|
||||
virtualHosts = {
|
||||
"talks.malobeo.org" = {
|
||||
"events.malobeo.org" = {
|
||||
forceSSL = false;
|
||||
enableACME = false;
|
||||
};
|
||||
@@ -72,7 +72,7 @@ in
|
||||
"--name=pretalx"
|
||||
"--preload"
|
||||
];
|
||||
nginx.domain = "talks.malobeo.org";
|
||||
nginx.domain = "events.malobeo.org";
|
||||
environmentFiles = [
|
||||
config.sops.secrets.pretalx_smtp.path
|
||||
];
|
||||
|
||||
@@ -58,7 +58,7 @@ with lib;
|
||||
};
|
||||
};
|
||||
|
||||
virtualHosts."talks.malobeo.org" = {
|
||||
virtualHosts."events.malobeo.org" = {
|
||||
locations."/" = {
|
||||
proxyPass = "http://10.100.0.101";
|
||||
extraConfig = ''
|
||||
|
||||
Reference in New Issue
Block a user