大家如果用try_files来做rewrite的话,一定要这样写
很多人照着网上的教程会忽略掉后面的`$is_args$args`,这就导致php在rewrite以后无法接收到
location / {
try_files $uri $uri/ /index.php$is_args$args;
}
很多人照着网上的教程会忽略掉后面的`$is_args$args`,这就导致php在rewrite以后无法接收到
query string 里的参数现在你可以直接在编辑器中用复制粘贴来上传剪切板中的图片了
https://github.com/typecho/typecho/commit/0b1096c588a68ac83eac283862fedb459afb3327
https://github.com/typecho/typecho/commit/0b1096c588a68ac83eac283862fedb459afb3327
GitHub
Now you can paste an image from clicpboard into the editor directly. · typecho/typecho@0b1096c
A PHP Blogging Platform. Simple and Powerful. Contribute to typecho/typecho development by creating an account on GitHub.
Typecho 论坛从前天开始一直受到持续的 CC 攻击,目前并不知道是什么原因导致了这次攻击。对于开源项目来说,我们并没有很多资源用于安全防护。因此我们暂时关闭了论坛,大家如果遇到问题可以去 Github Issue 页讨论。
Typecho 1.2.0 Beta 1 is now available for testing. https://github.com/typecho/typecho/discussions/1153
Typecho 1.2.0 Beta 2 available for testing. https://github.com/typecho/typecho/discussions/1171
Typecho 1.2.0 RC 1 available for testing. https://github.com/typecho/typecho/discussions/1186
Typecho 1.2.0 RC 2 available for testing. It will be the last test version, the next release will be production-ready. https://github.com/typecho/typecho/discussions/1318
We're not kidding, Typecho returns https://typecho.org/archives/136/
🔥1
We have released a new release candidate version: v1.2.1-rc, which includes some bug fixes and important security updates for version 1.2.0. For more details, please refer to the following link: https://github.com/typecho/typecho/releases/tag/v1.2.1-rc
GitHub
Release v1.2.1-rc · typecho/typecho
What's Changed
Fix checkVersion by @sy-records in #1356
修复Sqlite目录带.校验不通过问题 by @maoxian-1 in #1357
Pr/1344 by @joyqi in #1360
Fix pgsql reset id error by @sy-records in #1369
Update admin welc...
Fix checkVersion by @sy-records in #1356
修复Sqlite目录带.校验不通过问题 by @maoxian-1 in #1357
Pr/1344 by @joyqi in #1360
Fix pgsql reset id error by @sy-records in #1369
Update admin welc...
👍21🎉9❤2