summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index 74a5591c..383ac262 100644
--- a/odin.nix
+++ b/odin.nix
@@ -489,6 +489,8 @@
489 489
490 virtualHosts."odin.asgard.yggdrasil" = { 490 virtualHosts."odin.asgard.yggdrasil" = {
491 serverAliases = [ "odin" "10.141.1.2" ]; 491 serverAliases = [ "odin" "10.141.1.2" ];
492 addSSL = true;
493 forceSSL = true;
492 494
493 locations = { 495 locations = {
494 # "/bar".proxyPass = "http://bar/"; 496 # "/bar".proxyPass = "http://bar/";