Reverse proxy #18
Loading…
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?
A bunch of the systems run better behind a reverse proxy. Some even come configured to run that way. Mastodon was having issues with it, so I gave up and ran it directly in development mode, but I should figure out how to get it running properly again.
I've gotten it working mostly.
It still has issues with certain account-related operations (logging in, logging out, modifying preferences). But as long as you do those directly at
http://mastodon.localhost:55001
, everything else can be done behind the reverse proxy athttps://mastodon.localhost:8443
.Unfortunately, this doesn't actually solve several of the issues I thought it would. Namely,
missing.png
: mastodon mistakenly tries to fetch this fromhttp://mastodon.localhost:8443
rather thanhttps://
custom.css
: mastodon refuses to put a port on this one's URL