mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 21:59:50 +01:00
Fix: remove non-working pathPrefix option for docker connections
This commit is contained in:
@@ -47,10 +47,6 @@ export default function getDockerArguments(server) {
|
||||
res.conn.protocol = servers[server].protocol;
|
||||
}
|
||||
|
||||
if (servers[server].pathPrefix) {
|
||||
res.conn.pathPrefix = servers[server].pathPrefix;
|
||||
}
|
||||
|
||||
if (servers[server].headers) {
|
||||
res.conn.headers = servers[server].headers;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user