update README.md

This commit is contained in:
zjcqoo 2019-04-26 13:02:28 +08:00
parent 57aed3e7f0
commit d4d467b608

View File

@ -68,7 +68,13 @@ yum install -y \
修改 `nginx.conf` 中域名相关的配置(默认被注释)。
`allowed-sites.txt` 中添加 Web 空间的地址(例如 `https://myhost.github.io`),重启服务生效。
`allowed-sites.txt` 中添加一行 Web 空间的地址,例如:
```
https://myhost.github.io 'my';
```
重启服务。访问 `https://myhost.github.io` 预览。
# 安全策略