Skip to content

Commit

Permalink
🎉 version(architecture): v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ting-Code committed Aug 20, 2024
1 parent 39448f4 commit eadfcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ http {
server_name 139.199.173.241;
# location /docs 则最后不加/
# location /docs/ 则最后加/
location / {
location /docs {
if ($request_filename ~* .*\.(?:htm|html)$) ## 配置页面不缓存html和htm结尾的文件
{
add_header Cache-Control "private, no-store, no-cache, must-revalidate, proxy-revalidate";
Expand Down

0 comments on commit eadfcba

Please sign in to comment.