Commit Graph
2 Commits
Author SHA1 Message Date
franzz d2d7677519 Changing port
Deploy HEOS panel / deploy (push) Successful in 24s
2026-09-15 00:46:41 +02:00
franzzandClaude Opus 5 f6c98abe90 Add an nginx version of the /heos proxy
Same contract as the Apache one -- strip the prefix off the request, tell
the app about it with X-Forwarded-Prefix, keep it to the local network --
with the two things nginx needs that Apache did not: a redirect for the
bare /heos, which would otherwise miss the location and fall through to
the filesystem, and the trailing slash on proxy_pass that does the
stripping.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-14 22:16:30 +02:00