fixed nfs
This commit is contained in:
parent
9bfddf14ce
commit
4a57978f45
6 changed files with 21 additions and 20 deletions
|
@ -72,7 +72,7 @@
|
|||
"git.geokkjer.eu" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
locations."/".proxyPass = "http://apps:3000";
|
||||
locations."/".proxyPass = "http://grey-area:3000";
|
||||
};
|
||||
#"geokkjer.eu" = {
|
||||
# default = true;
|
||||
|
@ -85,7 +85,7 @@
|
|||
# Stream configuration for SSH forwarding to Git server
|
||||
streamConfig = ''
|
||||
upstream git_ssh_backend {
|
||||
server apps:22;
|
||||
server grey-area:22;
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue