WP behind apache reverse proxy
-
Hi!
I have WP 5.3.2 running in a container. Its behind my apache server and almost sorta working.
Main apache server is reverse proxying for my wp/apache/container.
I can get regular http to work to access my wp site. Almost. However, over http the hidden container URL blahblah:8100 appears in the html code.
When I try to access the site via ssl, via apache reverse proxy, the content comes through but links, css, images, etc, all show non-https URLs and thus my browser chokes on it.
For both http and https, shouldnt the local URLs be hidden and everything refer to the external URL? How do I make that so?
What settings should I use for WordPress Address and Site-Address URLs?
I’m using http to communicate between apache reverse proxy and the docker/wp container. When I try to do this via https, I get permission denied.
Any suggestions, writeups, etc. on how to make this work?
Thanks,
Bobby
The topic ‘WP behind apache reverse proxy’ is closed to new replies.