Upate default nginx host

This commit is contained in:
Gene Liverman 2024-06-15 13:47:03 -04:00
parent 505ab7059d
commit f3d87fd414

View file

@ -53,9 +53,8 @@ in {
add_header Strict-Transport-Security $hsts_header; add_header Strict-Transport-Security $hsts_header;
''; '';
virtualHosts = { virtualHosts = {
"nue.technicalissues.us" = { "hetznix01.technicalissues.us" = {
default = true; default = true;
serverAliases = [ "hetznix01.technicalissues.us" ];
listen = [ listen = [
{ port = http_port; addr = "0.0.0.0"; } { port = http_port; addr = "0.0.0.0"; }
{ port = https_port; addr = "0.0.0.0"; ssl = true; } { port = https_port; addr = "0.0.0.0"; ssl = true; }