Add vault.jhink.org reverse proxy
This commit is contained in:
parent
a1ee523642
commit
8e589775a2
@ -9,7 +9,7 @@
|
||||
proxy_buffering off;
|
||||
'';
|
||||
locations."/" = {
|
||||
proxyPass = "http://[::1]:${toString ip}";
|
||||
proxyPass = "http://127.0.0.1:${toString ip}";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
@ -17,6 +17,6 @@
|
||||
"home.jhink.org" = simpleProxy 8123;
|
||||
"git.jhink.org" = simpleProxy 3000;
|
||||
"paperless.jhink.org" = simpleProxy 8000;
|
||||
#"vault.jhink.org" = simpleProxy 8081;
|
||||
"vault.jhink.org" = simpleProxy 8222;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user