mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-29 01:28:55 -04:00
Revert "try to support subdirectory reverse proxy"
This reverts commit a03dd91e40
.
This commit is contained in:
parent
d411143f3c
commit
dffe3cf8f2
3 changed files with 18 additions and 19 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue