I have a question regarding the openlitespeed wordpress droplet. I am planning to use it for an api. ie: https://api.mysite.com
I got this far:
BUT
When I visit the subdomain in the browser, the website is displayed but not under the desired url. Instead, it is forwarded to the naked IP address at which point the installed certificate fails. The cert is issued for the subdomain and not the ip address.
How can I keep the subdomain in the url bar?
Thank You
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Ooops! The wordpress install had the raw ip set in the site_home and site_url fields. Everything was working as intended but wordpress was redirecting back to the ip.
You probably haven’t mapped the api virtual hosts + domain to the listener.
https://docs.litespeedtech.com/cloud/images/wordpress/#step-2-add-domain-to-listener
Let us know if it works or not.
Best, Eric