clean eiblog.conf

This commit is contained in:
Deepzz
2017-07-27 22:03:43 +08:00
committed by GitHub
parent 04532ba8a6
commit cc1dbac1f0

View File

@@ -65,13 +65,6 @@ server {
expires 1d;
}
# 静态文件
location ^~ /static/ {
root /data/eiblog;
add_header Access-Control-Allow-Origin *;
expires max;
}
location ^~ /admin/ {
proxy_http_version 1.1;