chore: merge main branch from remote
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m45s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m45s
This commit is contained in:
@@ -19,6 +19,9 @@ server {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri $uri/ /index.html;
|
||||||
|
add_header Cache-Control "no-cache, no-store, must-revalidate";
|
||||||
|
add_header Pragma "no-cache";
|
||||||
|
add_header Expires "0";
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$ {
|
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$ {
|
||||||
|
|||||||
Reference in New Issue
Block a user