mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #97] Reverse proxy issues #68
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#68
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 @amirabiri-odoro on GitHub (Jul 4, 2017).
Original GitHub issue: https://github.com/mthenw/frontail/issues/97
I could not figure out how to run frontail behind an nginx reverse proxy.
I've tried the following nginx configuration:
The assets worked, but the socket.io still tries to connect to
/?E...Is it possible to add some cmd line switch to tell frontail which url path to use?
Or even better - use relative paths for assets / socket?
@scottbasgaard commented on GitHub (Dec 22, 2017):
Any updates on this @amirabiri-odoro? Would love to have the same setup.
@amirabiri-odoro commented on GitHub (Dec 25, 2017):
I resorted to running on root path on a different port.
@carschrotter commented on GitHub (Jun 17, 2019):
@scottbasgaard commented on GitHub (Jun 19, 2019):
thanks @carschrotter, will give it a go!