mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Upate default nginx host
This commit is contained in:
parent
505ab7059d
commit
f3d87fd414
1 changed files with 1 additions and 2 deletions
|
|
@ -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; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue