add t vault reverse proxy
This commit is contained in:
parent
7bcaca441a
commit
bb9cd5d9c4
1 changed files with 28 additions and 20 deletions
|
@ -76,6 +76,14 @@
|
|||
proxyPass = "http://100.64.0.2:6610";
|
||||
};
|
||||
};
|
||||
"vault.t.joshuabell.xyz" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyWebsockets = true;
|
||||
proxyPass = "http://100.64.0.2:64608";
|
||||
};
|
||||
};
|
||||
|
||||
# Redirect self IP to domain
|
||||
"172.234.26.141" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue