force ssl
This commit is contained in:
parent
cadddd9da6
commit
594e6118eb
2 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ in
|
||||||
"zerforschen.plus" = {
|
"zerforschen.plus" = {
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
locations = {
|
locations = {
|
||||||
"/_metrics".proxyPass = "http://unix:" + anubis-metrics-socket + ":/metrics";
|
"/_metrics".proxyPass = "http://unix:" + anubis-metrics-socket + ":/metrics";
|
||||||
"/".proxyPass = "http://unix:" + anubis-domain-socket;
|
"/".proxyPass = "http://unix:" + anubis-domain-socket;
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ in
|
||||||
nginx.virtualHosts."uplink.darkest.space" = {
|
nginx.virtualHosts."uplink.darkest.space" = {
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
locations = {
|
locations = {
|
||||||
"/".proxyPass = "http://localhost:${builtins.toString headscale-port}";
|
"/".proxyPass = "http://localhost:${builtins.toString headscale-port}";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue