mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #66] Behind a reverse proxy #43
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kujiy on GitHub (Apr 6, 2016).
Original GitHub issue: https://github.com/mthenw/frontail/issues/66
Hi. Thank you for sharing your great project.
I'd like to use this behind a reverse proxy. But it seems to have a problem.
Then the program works but image/css would be not found because they aren't in there.
Here are an example of setting of apache.
I'm not sure how I could solve this.
Could you give me a hint? I want to send PR if I can(though I'm not a developer of npm...).
@mthenw commented on GitHub (Apr 8, 2016):
Hi, thanks for reporting. The problem is that frontail's web app uses absolute paths for resources (starting with "/"). I guess that removing those slashes in https://github.com/mthenw/frontail/blob/master/lib/web/index.html should solve the problem.
Do you want to create PR for that?
@kujiy commented on GitHub (May 9, 2016):
Oh, sorry I missed your answer. Okay I'll try it if I have time. Thank you.