mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 10:15:52 +03:00
[GH-ISSUE #124] Constant Browser Refresh? #85
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#85
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 @joshjung on GitHub (May 6, 2018).
Original GitHub issue: https://github.com/mthenw/frontail/issues/124
I have frontail running with a very default setup. However, it appears that every second or so the log file is reloaded in its entirety and copied to the browser output. So I end up with the log file repeating itself over and over in the browser.
Is this expected behavior? Shouldn't the script reload be able to identify which lines are new and which are not?
@joshjung commented on GitHub (May 6, 2018):
I've confirmed this has something to do with my nginx setup. When I hit the port directly, rather than on my subdomain, the issue goes away.
@rarealphacat commented on GitHub (Jun 19, 2018):
@joshjung i'm having the same problem, how exactly did you solve this by hitting the port directly?