feat(nix): Configure oslo.pub redirect correctly
This commit is contained in:
parent
20b26dae3b
commit
98281f3548
1 changed files with 7 additions and 0 deletions
|
@ -65,5 +65,12 @@ in {
|
||||||
proxyPass = "http://127.0.0.1:3000";
|
proxyPass = "http://127.0.0.1:3000";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# oslo.pub redirect
|
||||||
|
virtualHosts."oslo.pub" = {
|
||||||
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
|
extraConfig = "return 302 https://www.google.com/maps/d/viewer?mid=1pJIYY9cuEdt9DuMTbb4etBVq7hs;";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue