mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #189] frontail and nginx #126
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#126
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 @bozman2021 on GitHub (Nov 23, 2019).
Original GitHub issue: https://github.com/mthenw/frontail/issues/189
Hi, I have a issue I'm not sure of how to solve.
I have a nginx server on 10.0.1.10
and have the log file on server 10.0.1.20 I just want to see..
it works fine on local machine to run frontail but via nginx it just shows med frontail webpage but not the output from that log file?
Help is much appreciated I would like to have this solution because it's very elegant one to show others... :-)
@bozman2021 commented on GitHub (Nov 23, 2019):
Solved:
Here is my nginx server.conf, it turned out to be that socket.io didn't get handeld properly...
server {
listen 80;
server_name your.domainname.com; #change to your domain name
}