mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 22:44:24 +08:00
try to support subdirectory reverse proxy
This commit is contained in:
@@ -87,7 +87,7 @@ let indexHTML = fs.readFileSync("./dist/index.html").toString();
|
||||
|
||||
// Normal Router here
|
||||
|
||||
app.use("/", express.static("dist"));
|
||||
app.use(express.static("dist"));
|
||||
|
||||
// Basic Auth Router here
|
||||
|
||||
|
Reference in New Issue
Block a user