4 Star 12 Fork 9

DolphinScheduler/DolphinScheduler-Website

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.htaccess 861 Bytes
一键复制 编辑 原始数据 按行查看 历史
RedirectMatch 404 /\.htaccess
<FilesMatch "\.html$">
FileETag None
Header unset ETag
Header unset Pragma
Header unset Cache-Control
Header set Cache-Control "no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Thu, 1 Jan 1970 00:00:00 GMT"
</FilesMatch>
<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType text/html "access plus 0 seconds"
ExpiresByType image/png "access plus 1 day"
ExpiresByType image/jpg "access plus 1 day"
ExpiresByType image/jpeg "access plus 1 day"
ExpiresByType text/css "access plus 1 day"
ExpiresByType application/javascript "access plus 1 day"
ExpiresByType application/json "access plus 1 day"
ExpiresDefault "access plus 10 days"
</IfModule>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dolphinscheduler/DolphinScheduler-Website.git
git@gitee.com:dolphinscheduler/DolphinScheduler-Website.git
dolphinscheduler
DolphinScheduler-Website
DolphinScheduler-Website
master

搜索帮助