routing for git.geokkjer.eu
This commit is contained in:
parent
6a52f36159
commit
a4a20387df
|
@ -37,12 +37,12 @@ in
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
#virtualHosts."geokkjer.eu" = {
|
"git.geokkjer.eu" = {
|
||||||
# default = true;
|
default = true;
|
||||||
# forceSSL = true;
|
forceSSL = true;
|
||||||
# enableACME = true;
|
enableACME = true;
|
||||||
# locations."/".proxyPass = "http://127.0.0.1/";
|
locations."/".proxyPass = "http://apps:3000";
|
||||||
#};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# acme let's encrypt
|
# acme let's encrypt
|
||||||
|
|
Loading…
Reference in a new issue