undo
This commit is contained in:
parent
3099056e2a
commit
9bc49f89c7
2 changed files with 0 additions and 2 deletions
|
|
@ -14,7 +14,6 @@ in
|
|||
nginx.virtualHosts = {
|
||||
"zerforschen.plus" = {
|
||||
enableACME = true;
|
||||
useACMEHost = "zerforschen.plus";
|
||||
forceSSL = true;
|
||||
locations = {
|
||||
"/_metrics".proxyPass = "http://unix:" + anubis-metrics-socket + ":/metrics";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ in
|
|||
nginx.virtualHosts."uplink.darkest.space" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
useACMEHost = "uplink.darkest.space";
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:${builtins.toString headscale-port}";
|
||||
proxyWebsockets = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue