随笔分类 -  nginx

摘要:使用php开发微信企业付款的时候,调试代码提示:cURL error 60: SSL certificate problem: unable to get local issuer certificate。。。错误。 这是因为没有配置信任的服务器HTTPS验证。默认情况下,cURL被设为不信任任何C 阅读全文
posted @ 2022-05-30 09:26 码海无牙φ 阅读(992) 评论(0) 推荐(0)
摘要:location / { if (!-e $request_filename) { rewrite ^/(.+)$ /index.php?_route_=$1 last; } } 阅读全文
posted @ 2022-01-12 18:39 码海无牙φ 阅读(73) 评论(0) 推荐(0)