Homepage to use proxies module
This commit is contained in:
@@ -27,9 +27,8 @@ in
|
|||||||
ports = [ "${homepage}:80" ];
|
ports = [ "${homepage}:80" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.nginx.virtualHosts = {
|
greg.proxies."thehellings.com" = {
|
||||||
"thehellings.com" = {
|
target = "http://${homepage}/";
|
||||||
locations."/".proxyPass = "http://${homepage}/";
|
ssl = true;
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user