diff options
| author | 2014-01-29 21:26:19 +0100 | |
|---|---|---|
| committer | 2014-01-29 21:26:19 +0100 | |
| commit | 165eb57459a152b3cc6aa3fd15ca990c3d908829 (patch) | |
| tree | 640ddacbc6eabc985646dd65b0578f369ea92321 /p/Web.config | |
| parent | 75096e6a39fe5d34d3951991f296f616e62a9fd8 (diff) | |
| parent | c053825ff8f9792e692c101585481129b006937b (diff) | |
Sortie de la version 0.70.7.0
Diffstat (limited to 'p/Web.config')
| -rw-r--r-- | p/Web.config | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/p/Web.config b/p/Web.config new file mode 100644 index 000000000..2321c7613 --- /dev/null +++ b/p/Web.config @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<configuration> + <system.web> + <httpRuntime executionTimeout="300" maxRequestLength="8192"/> + </system.web> + <system.webServer> + <defaultDocument> + <files> + <clear /> + <add value="index.php" /> + <add value="index.html" /> + </files> + </defaultDocument> + <urlCompression doStaticCompression="true" doDynamicCompression="true"/> + <staticContent> + <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="31.00:00:00" /> + </staticContent> + <caching> + <profiles> + <add extension=".css" policy="CacheForTimePeriod" duration="31.00:00:00" location="Any" kernelCachePolicy="DontCache" /> + <add extension=".gif" policy="CacheForTimePeriod" duration="31.00:00:00" location="Any" kernelCachePolicy="DontCache" /> + <add extension=".html" policy="CacheForTimePeriod" duration="31.00:00:00" location="Any" kernelCachePolicy="DontCache" /> + <add extension=".jpg" policy="CacheForTimePeriod" duration="31.00:00:00" location="Any" kernelCachePolicy="DontCache" /> + <add extension=".js" policy="CacheForTimePeriod" duration="31.00:00:00" location="Any" kernelCachePolicy="DontCache" /> + <add extension=".png" policy="CacheForTimePeriod" duration="31.00:00:00" location="Any" kernelCachePolicy="DontCache" /> + <add extension=".svg" policy="CacheForTimePeriod" duration="31.00:00:00" location="Any" kernelCachePolicy="DontCache" /> + <add extension=".woff" policy="CacheForTimePeriod" duration="31.00:00:00" location="Any" kernelCachePolicy="DontCache" /> + </profiles> + </caching> + <!--<httpProtocol> + <customHeaders> + <add name="Cache-Control" value="public" /> + </customHeaders> + </httpProtocol>--> + </system.webServer> +</configuration> |
