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