Reverse proxy apache2 with docker pwpush #835
-
Beta Was this translation helpful? Give feedback.
Answered by
pglombardo
Feb 16, 2023
Replies: 1 comment 3 replies
-
Hi @snoopyx21 - could you make sure that nginx/apache2 is sending the That should resolve the URL/Host issues. Could you let me know how it behaves then? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
pglombardo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @snoopyx21 - could you make sure that nginx/apache2 is sending the
X-Forwarded-Host
,X-Forwarded-Port
andX-Forwarded-Proto
headers to Password Pusher? This is the cause of a lot of issues. See this documentation for a brief explanation.That should resolve the URL/Host issues. Could you let me know how it behaves then?