use three letter domains
This commit is contained in:
parent
9beef4e013
commit
d435d8d487
1 changed files with 5 additions and 5 deletions
|
|
@ -124,8 +124,8 @@
|
|||
server = {
|
||||
http_addr = "127.0.0.1";
|
||||
http_port = 3000;
|
||||
domain = "monitoring.adm.htw.stura-dresden.de";
|
||||
root_url = "https://monitoring.adm.htw.stura-dresden.de";
|
||||
domain = "mon.adm.htw.stura-dresden.de";
|
||||
root_url = "https://mon.adm.htw.stura-dresden.de";
|
||||
};
|
||||
security = {
|
||||
admin_user = "admin";
|
||||
|
|
@ -154,7 +154,7 @@
|
|||
services.nginx = {
|
||||
enable = true;
|
||||
|
||||
virtualHosts."logs.adm.htw.stura-dresden.de" = {
|
||||
virtualHosts."log.adm.htw.stura-dresden.de" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
|
|
@ -164,7 +164,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
virtualHosts."metrics.adm.htw.stura-dresden.de" = {
|
||||
virtualHosts."met.adm.htw.stura-dresden.de" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
|
|
@ -173,7 +173,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
virtualHosts."monitoring.adm.htw.stura-dresden.de" = {
|
||||
virtualHosts."mon.adm.htw.stura-dresden.de" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue