mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #73] proxy with nginx #50
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#50
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 @kmcintyre on GitHub (Jun 24, 2016).
Original GitHub issue: https://github.com/mthenw/frontail/issues/73
Is it possible to proxy via nginx to a specific path - http://myserver/tail? I can only seem to get working at root context.
An example would be great, if available.
@GeeWizWow commented on GitHub (Jul 31, 2016):
Reverse proxy should do the trick, something along these lines?
@mthenw commented on GitHub (Sep 4, 2016):
Closing for now. @kmcintyre let me know if @GeeWizWow solution didn't help.
@kmcintyre commented on GitHub (Sep 4, 2016):
I see that, but I realized the browser when served the lib/web/index.html file 'as is' still didn't work for me.
I editing the index.html changing link and script to /assets/
then copy -
/usr/lib/node_modules/frontail/node_modules/socket.io/node_modules/socket.io-client/socket.io.js to
/usr/lib/node_modules/frontail/lib/web/assets/socket.io/socket.io.js
Then finally nginx
-- this works for me.