mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #11] Access via hostname gives me no log #7
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#7
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 @ricardovf on GitHub (Sep 23, 2011).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/11
First, great work!
So, if i conect to the server machine named conne or via it IP (192.168.1.2) i get a log.io loaded but with no log.
If i acess thought 127.0.0.1 from the machine then i get all the logs...
Is it a bug?
@ricardovf commented on GitHub (Sep 26, 2011):
Just an update: tried to proxy it via nginx (log.conne/) and it loads log.io interface, but no logs show.
Can any of you get this to work? Thx!
@msmathers commented on GitHub (Sep 26, 2011):
This should work, we use Log.io with an external DNS without trouble. Perhaps you have a firewall/proxy that prohibits HTTP/1.1 (Websocket) traffic? I believe the latest release of nginx doesn't support HTTP/1.1 connections by default, you have to either use an unstable branch or a plugin: https://github.com/LearnBoost/socket.io/wiki/Nginx-and-Socket.io
@ricardovf commented on GitHub (Sep 26, 2011):
Thx for the info!
Even without nginx it should work and.... Guess what? Today it simplilly worked. (http://conne:8998/)!
Thx! Keep the great work!