You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having problem when setting up the service as-is, it is not finding my wordpress instance running on a specifik URL (i.e example.org) / not redirecting to the URL.
The setting is this.
Hi,
I am having problem when setting up the service as-is, it is not finding my wordpress instance running on a specifik URL (i.e example.org) / not redirecting to the URL.
The setting is this.
docker-compose up -d
gives me the network -> proxy-docker_defaultdocker inspect proxy-docker_default
, gives (a subset of the output)Looking at the logs for nginx, I can see an incoming request but I cannot se anything in the wordpress log ....
Replacing the nginx/certbot proxy with the one below (no app.conf) then the forwarding from nginx to wordpress works (
VIRTUAL_HOST: example.org
)Could I make this work by editing the
data/nginx/app.conf
adding som config ?Best, i
The text was updated successfully, but these errors were encountered: