Wordpress | 搭建过程笔记,和一万个问题报错
https://mantyke.icu/2022/wordpress-build/
Hugo | 第三篇 Stack 主题装修记录
https://mantyke.icu/2022/stack-theme-furnish03/
写了Wordpress搭建期间的一万个报错和最近的主题装修记录。
以及如果你点进我的博客会发现它现在在下小雪人!!
@SouthFox 原来如此…………(我看到英文就跑了,是个坏习惯…………
@SouthFox 谢谢!我去把相关内容更新一下wwww
@Hydrangea 排查錯誤有點着急了,實際上看一下 log 會比較好😂
@SakuragawaAsaba 啊我没写,中间有查过nginx的错误日志,不过就,没什么经验,没看出来什么……
@Hydrangea
关于反向代理,官方 docker 页说明里有提到。
> If WordPress is hosted behind a reverse proxy that provides SSL, but is hosted itself without SSL, these options will initially send any requests into an infinite redirect loop.
https://hub.docker.com/_/wordpress
https://wordpress.org/support/article/administration-over-ssl/#using-a-reverse-proxy
所以呢,其实官方有提到反向代理的问题……
。
感觉 php 程序运行在 docker 下都得处理一下 http 和 https 的问题。我上次用 docker 安装 nextcloud 也遇到了类似情况