Files
web/verify-root/README.md

12 lines
468 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 站点根验证文件(微信、域名所有权等)
将平台提供的 **`xxxxxxxx.txt`** 或 **`.html`** 放在本目录,访问:
`https://你的域名/文件名`
## 若出现 403
- 文件权限:`chmod 644 *.txt`,目录 `chmod 755`(或 `chmod -R a+rX .`
- 容器需能读挂载目录Podman/SELinux 可尝试 `:Z``chcon`,见部署文档)
- 确保 **`docker-compose``yh_nginx``yh_web` 均挂载 `./verify-root:/verify-root`**