680 Star 2K Fork 929

IBOS开源OA协同办公管理 / IBOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
web.config 886 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
seekArt 提交于 2015-09-18 15:24 . v3.3
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="Access-Control-Allow-Origin" value="http://app.ibos.cn" />
<add name="Access-Control-Allow-Headers" value="Origin, Accept, Content-Type, Authorization, ISCORS" />
<add name="Access-Control-Allow-Credentials" value="true" />
</customHeaders>
</httpProtocol>
<modules>
<remove name="WebDAVModule" />
</modules>
<handlers>
<remove name="OPTIONS" />
<remove name="WebDAV" />
</handlers>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="1048576000"></requestLimits>
</requestFiltering>
</security>
</system.webServer>
</configuration>
PHP
1
https://gitee.com/ibos/IBOS.git
git@gitee.com:ibos/IBOS.git
ibos
IBOS
IBOS
master

搜索帮助