Add a vhost for syncthing
This commit is contained in:
parent
139abfaa3f
commit
85933f169e
|
@ -6,6 +6,7 @@
|
||||||
"gitea.localhost".locations."/".proxyPass = "http://localhost:2222/";
|
"gitea.localhost".locations."/".proxyPass = "http://localhost:2222/";
|
||||||
"immich.localhost".locations."/".proxyPass = "http://localhost:2283/";
|
"immich.localhost".locations."/".proxyPass = "http://localhost:2283/";
|
||||||
"jellyfin.localhost".locations."/".proxyPass = "http://localhost:8096/";
|
"jellyfin.localhost".locations."/".proxyPass = "http://localhost:8096/";
|
||||||
|
"syncthing.localhost".locations."/".proxyPass = "http://localhost:8384/";
|
||||||
"tubearchivist.localhost".locations."/".proxyPass = "http://localhost:8000/";
|
"tubearchivist.localhost".locations."/".proxyPass = "http://localhost:8000/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue