1 Star 0 Fork 1

孤爺仔 / ffmpeg-web-gui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.htaccess 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
Greg 提交于 2013-01-06 11:58 . Version 0.1 beta
<IfModule mod_mime.c>
AddType audio/ogg .oga
AddType video/ogg .ogv
AddType application/ogg .ogg
AddType video/mp4 .mp4
AddType video/webm .webm
</IfModule>
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/javascript text/css application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch bMSIE !no-gzip !gzip-only-text/html
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 seconds"
ExpiresByType text/html "access plus 1 seconds"
ExpiresByType image/gif "access plus 2592000 seconds"
ExpiresByType image/jpeg "access plus 2592000 seconds"
ExpiresByType image/png "access plus 2592000 seconds"
ExpiresByType text/css "access plus 604800 seconds"
ExpiresByType text/javascript "access plus 216000 seconds"
ExpiresByType application/x-javascript "access plus 216000 seconds"
</ifModule>
php_value memory_limit 1000M
php_value upload_max_filesize 1000M
php_value post_max_size 1500M
php_value max_execution_time 20000
php_value max_input_time 20000
1
https://gitee.com/guyezi/ffmpeg-web-gui.git
git@gitee.com:guyezi/ffmpeg-web-gui.git
guyezi
ffmpeg-web-gui
ffmpeg-web-gui
master

搜索帮助