diff options
author | Unrud <unrud@openaliasbox.org> | 2017-06-04 17:16:11 +0200 |
---|---|---|
committer | Unrud <unrud@openaliasbox.org> | 2017-06-04 17:16:36 +0200 |
commit | 10eef51a0f086ad148928ba965c330599b4765cb (patch) | |
tree | d0283e55f1b4e66c49bf17461b5fee211b78768a /radicale_web/web/infcloud/.htaccess | |
parent | Update license (diff) | |
download | radicaleinfcloud-10eef51a0f086ad148928ba965c330599b4765cb.tar.gz radicaleinfcloud-10eef51a0f086ad148928ba965c330599b4765cb.tar.bz2 radicaleinfcloud-10eef51a0f086ad148928ba965c330599b4765cb.zip |
Update package for new web plugin interface
Diffstat (limited to 'radicale_web/web/infcloud/.htaccess')
-rw-r--r-- | radicale_web/web/infcloud/.htaccess | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/radicale_web/web/infcloud/.htaccess b/radicale_web/web/infcloud/.htaccess deleted file mode 100644 index b8583d1..0000000 --- a/radicale_web/web/infcloud/.htaccess +++ /dev/null @@ -1,35 +0,0 @@ -######################################################################################################################### -# Apache configuration (REQUIRED for correct HTML5 cache functionality in browsers): -# 1.) You NEED to enable the following Apache modules: mod_mime, mod_headers (optionally you can also enable mod_deflate) -# 2.) You NEED to add the following lines into your Apache vhost configuration (without the # character): -# <Directory /client/installation/directory/> -# AllowOverride FileInfo Limit -# <IfVersion >= 2.3> -# Require all granted -# </IfVersion> -# <IfVersion < 2.3> -# Order allow,deny -# Allow from all -# </IfVersion> -# </Directory> -######################################################################################################################### - -# Add "Content-Type: text/cache-manifest" header for .manifest files -<IfModule mod_mime.c> - AddType text/cache-manifest .manifest -</IfModule> - -# Add "Cache-Control: max-age=0, must-revalidate, no-cache, no-transform, private" header for all files -# for more information see: https://tools.ietf.org/html/rfc7234 -<IfModule mod_headers.c> - Header set Cache-Control "max-age=0, must-revalidate, no-cache, no-transform, private" -</IfModule> - -<IfModule mod_deflate.c> - SetOutputFilter DEFLATE -</IfModule> - -# If you use mod_cache set the correct path for the cache.manifest here -#<IfModule mod_cache.c> -# CacheDisable cache.manifest -#</IfModule> |