########################## BAE application config file ###################### # # app.conf 采用YAML格式, 请参考 http://yaml.org/ # 请尽量不要在配置部分使用中文,以免发布失败 # 请不要使用TAB键,应该使用空格 # 一定要注意对齐,否则发布会失败 # app.conf 详细功能,请参考: # http://bce.baidu.com/doc/BAE/GUIGettingStarted.html#.E9.85.8D.E7.BD.AEapp.conf # http://godbae.duapp.com/?p=654 # ############################################################################## handlers: - regex_url : / script: index.php - regex_url : /runtime status_code : 403 - regex_url : /thinkphp status_code : 403 - regex_url : /.travis.yml status_code : 403 - regex_url : /composer.json status_code : 403 - regex_url : /composer.lock status_code : 403 - regex_url : /phpunit.xml status_code : 403 - regex_url : /app.conf status_code : 403 - regex_url : /build.php status_code : 403 - regex_url : /LICENSE.txt status_code : 403 - regex_url : /README.md status_code : 403 - expire : .jpg modify 10 years - expire : .swf modify 10 years - expire : .png modify 10 years - expire : .gif modify 10 years - expire : .JPG modify 10 years - expire : .ico modify 10 years