我在单一云VPS下托管了两个不同的WordPress网站。这两个WordPress示例当前可以使用URL格式访问,如下所示:
http://30.24.32.545/example1.com/public_html
http://30.24.32.545/example2.com/public_html
我需要在Cloudflare中Map这两个网站,以便使用两个不同的域名访问这两个网站。
http://example1.com -〉http://30.24.32.545/example1.com/public_html
http://example2.com -〉http://30.24.32.545/example2.com/public_html
有人能帮我找出最好的方法来实现这一要求吗?
1条答案
按热度按时间tyg4sfes1#
最简单的方法可能是在服务器上配置NGINX或Apache来处理这个问题。然后,您可以在Cloudflare中指向相同域的IP。
NGINX配置应该看起来像这样: