Jkkoi

Results 13 comments of Jkkoi

Logs like this ``` [xx:xx:xx] INFO NetworkTask stopped session.py:287 INFO PingTask stopped session.py:268 INFO Disconnected connection.py:77 INFO Session stopped session.py:174 INFO Connecting... connection.py:56 INFO Connected! Production DC2 (media) - IPv4...

@yrccondor 在 php8 环境下,首页的 bing 图片无法正常加载 ![image](https://user-images.githubusercontent.com/39653010/124210787-9d549500-db1e-11eb-8269-26b0d6fd585e.png) 但是在 php74 中可以正常加载

但是让我迷惑的是,我的 php7 和 php8 的 `open_basedir` 配置是一样的 ![image](https://user-images.githubusercontent.com/39653010/124212343-6469ef80-db21-11eb-84e3-dbdef8ee89b0.png) 难道 php8 多了限制?

而且很迷惑的一点是 ,Wordpress 自身的 插件下载/主题下载 是没有问题的

@yrccondor php8 的 还是 php7 的

![image](https://user-images.githubusercontent.com/39653010/124215277-4c489f00-db26-11eb-9bd6-bbf83b5b6703.png)

> 模拟位置 (FakeLocation) - http://repo.xposed.info/module/com.rong.xposed.fakelocation 没更新了

@Aydinv13 Of course like this https://www.qingjiaoclass.com/

Nginx 配置 `proxy_pass http://106.14.82.34:8006;` 上方 添加一行 `proxy_set_header Host $http_host;` 即 ``` server { listen 80; server_name v.taojingling.cn; rewrite ^(.*)$ http://$host$1 permanent; location / { proxy_set_header Host $http_host; proxy_pass http://106.14.82.34:8006; }...

https://github.com/Jkkoi/hexo-theme-sakura/ (挖墙脚不会被打死吧)