求助 magento2.33 https的问题
求助 magento2.33 https的问题
我们在亚马逊配置的https证书,在访问的时候http是正常的。使用https访问的时候,好的静态页面都是405报错。NGINX应该怎么配置?
当前面的配置是这样
upstream fastcgi_backend {
server unix:/run/php/php7.2-fpm.sock;
}
server {
listen 80;
server_name www.aaa.com aaa.com;
set $MAGE_ROOT /data/html/www.aaa.com;
include /data/html/www.aaa.com/nginx.conf.sample;
}