Replies: 2 comments 3 replies
-
Hello @yacineblr! When changing the url you must stop the container and wait a few seconds before starting again, in order to remove the nginx configuration from the proxy, then you start the container again. Please check the log from the letsencrypt container to see if there is any error on the certificate issuance. |
Beta Was this translation helpful? Give feedback.
1 reply
-
When I execute the command to update the url of wordpress :
I get this error.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context: I have 2 subdomains.
Hi, I have a problem with the SSL certificate. I have created a wordpress container (from your project) with a domain name (ex: A.domain.com), everything works fine. I modify the hosts in .env file (in the wordpress project), so that it points to a new domain (B.domain.com).
I think I need to completely recreate the containers so that the changes in the .env file are taken into account, I perform these actions in wordpress-project:
The site is accessible, from http://B.domain.com but the https causes an error because the certificate is not valid. I realize that I am missing the "www.B.domain.com", so I create the subdomain but the site is still not functional in https.
The questions are:
If I add a new wordpress site while the server is online, I just have to mount the docker-compose,
and the new site will be available automatically?
Beta Was this translation helpful? Give feedback.
All reactions