Conversation
…ort for better compatibility Signed-off-by: Eric Nemchik <eric@nemchik.com>
Signed-off-by: Eric Nemchik <eric@nemchik.com>
|
I am a bot, here is the pushed image/manifest for this PR for commit a393925 :
|
|
I am a bot, here is the pushed image/manifest for this PR for commit 69afc4d :
|
…for improved compatibility Signed-off-by: Eric Nemchik <eric@nemchik.com>
|
I am a bot, here is the pushed image/manifest for this PR for commit a2509cc :
|
|
I am a bot, here is the pushed image/manifest for this PR for commit 6aa9d29 :
|
|
I am a bot, here is the pushed image/manifest for this PR for commit 0150bc7 :
|
|
I am a bot, here is the pushed image/manifest for this PR for commit aa0d432 :
|
|
I am a bot, here is the pushed image/manifest for this PR for commit 6df6b80 :
|
|
I am a bot, here is the pushed image/manifest for this PR for commit 41730c3 :
|
|
This pull request has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Requires: #622
Needs alpine 3.24 rebase for nginx 1.29.3 or higher (alpine 3.24 has nginx 1.30.3)
First commit switched from
$http_hostto$host:$server_portbut this breaks when standard ports (80/443) are used.From FonduemangVI on Discord
This misses the need for handling non-standard ports (ex: 8443) for the users that do that.
nginx has some variables to solve it though:
$host$is_request_port$request_portis the current recommended solution.I do not run proxy auth currently, so I have not tested those changes.