@Nedo, 301是有緩存的,清一下緩存就行了
]]>server
{
listen 443 ssl http2;
#listen [::]:443 ssl http2;
server_name http://www.ssrtube.top;
index index.html index.htm index.php default.html default.htm default.php;
......
求解
@小鵬, 看你配置里沒有ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
]]> # include other.conf;
#error_page 404 /404.html;
location ~ [^/]\.php(/|$)
{
# comment try_files $uri =404; to enable pathinfo
try_files $uri =404;
fastcgi_pass unix:/tmp/php-cgi.sock;
fastcgi_index index.php;
fastcgi_param HTTPS on;
#include pathinfo.conf;
}
listen 443;
ssl on;
這樣的組合也試過,也不行
@小鵬, 發一下你的配置
]]>按照博主的文章,安裝了兩次了,都報這個錯誤,大概是怎么回事呀
Secure Connection Failed
The connection to api.annicoco.com was interrupted while the page was loading.
The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem.
@Bon, lnmp1.1開始已經去除fcgi.conf,使用nginx自帶的fastcgi.conf,修改一下就行了。
]]>求教,謝謝!!
]]>@hoyam, 你服務器上沒開443端口吧
]]>