503后端获取在具有清漆缓存的magento 2.3.0站点上失败

时间:2018-12-16 17:58:07

标签: apache magento amazon-ec2 magento2 varnish

http://tyanabelle.com返回503 Backend fetch failed,但 https counter part 可以工作

我正在使用 apache v2.4.37 和清漆缓存, 该网站是 magento 2.3.0 原始网站, 具体来说,所有配置都来自bitnami aws magento image

特别是如果我从虚拟主机文件中删除了此重写:

RewriteEngine On 
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} ^www\. [NC]
RewriteRule ^ https://tyanabelle.com%{REQUEST_URI} [R=301,L,NE]

我不再收到503错误。

但是我希望能够将所有(子域或非子域)调用重定向到https。

不确定是否相关,但是在Route 53(aws dns设置)上,我将所有子域调用都重定向到主域,如下所示:

route 53

但这不起作用。

最终的理想结果是,我希望所有以下子域:

http://tyanabelle.com
http://www.tyanabelle.com
http://*.tyanabelle.com
https://tyanabelle.com
https://www.tyanabelle.com
https://*.tyanabelle.com

全部)将被重写为https://tyanabelle.com

过去3个小时我都在此上,请帮忙。

0 个答案:

没有答案