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