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