mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 13:45:54 +03:00
[GH-ISSUE #152] pgbackweb issue behind proxy #123
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#123
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 @vcornil on GitHub (Nov 13, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/152
I'm using the environment variable:
PBW_PATH_PREFIX: /pgbackweb
It works correctly accessing it directly via the IP, like http://192.168.1.123:8085/pgbackweb
But I can't figure out how to make it working behind a proxy to expose it on my public domain like https://on.mydomain.com/
I put in nginx something like :
But all I get then is:
{"message":"Not Found"}
And in the pgbackweb nginx log:
(for the 2 latest one, I assume it is just the PBW_PATH_PREFIX no applied on the favicon.ico and not really important - but the first one is a 404 on /pgbackweb/auth/login
Any idea what could fix this issue?
I tried various setting without succes, like:
@xbreaker commented on GitHub (Jan 16, 2026):
Same here. Used traefik to proxy service
Answer the same: {"message":"Not Found"}
@xbreaker commented on GitHub (Jan 17, 2026):
Deleting stripprefix middleware solved issue for me