mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #256] No content for reverse proxy #164
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#164
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 @CrysK on GitHub (Aug 8, 2023).
Original GitHub issue: https://github.com/mthenw/frontail/issues/256
Hello all,
I have set up frontail in docker. When I call the internal IP with port, then the web page appears without error.
If I forward this page via reverse proxy, the page appears but the content is empty.
The debugger displays:
Firefox cannot connect to the server at wss:/example.com/socket.io/?EIO=3&transport=websocket.GET wss://example.com/socket.io/?EIO=3&transport=websocketStatus is:
blockedWhat's going wrong?
Here are my settings:
docker-compose.yml:/etc/apache2/sites-available/030-frontail.conf:Thanks a lot
@CrysK commented on GitHub (Aug 8, 2023):
Same for :443