fix and update config

This commit is contained in:
deepzz0
2017-07-09 01:18:07 +08:00
parent a932d2906d
commit b9470fa14c
5 changed files with 3 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ server {
}
# webmaster 站点验证相关
location ~* (robots\.txt|favicon\.ico|crossdomain\.xml|google4c90d18e696bdcf8\.html|BingSiteAuth\.xml)$ {
location ~* (google4c90d18e696bdcf8\.html|BingSiteAuth\.xml)$ {
root /data/eiblog/static;
expires 1d;
}