mirror of
https://github.com/snibox/snibox.git
synced 2026-04-25 15:56:04 +03:00
[GH-ISSUE #82] run behind nginx #58
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/snibox#58
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 @timowevel1 on GitHub (Mar 6, 2022).
Original GitHub issue: https://github.com/snibox/snibox/issues/82
Hey, currently trying to set up a nginx reverse proxy on my machine to it.
It runs on 8000:80, so I tried to setup my reverse proxy to localhost:8000, but I get a redirect to https://localhost:8000/login instead.
Any ideas on that?