fix nginx.conf
This commit is contained in:
parent
5f757e9d60
commit
4021bdcba6
@ -38,6 +38,7 @@ http {
|
|||||||
# 静态资源
|
# 静态资源
|
||||||
expires 7d;
|
expires 7d;
|
||||||
add_header Cache-Control "public";
|
add_header Cache-Control "public";
|
||||||
|
root /app/public;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /api/v1/site/icon/ {
|
location /api/v1/site/icon/ {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user