diff modules/website/files/zzz-custom.conf @ 0:956e484adc12

Initial public release of Puppet configs
author IBBoard <dev@ibboard.co.uk>
date Sat, 16 Aug 2014 19:47:38 +0000
parents
children 13adb555a7e2 6c63be9a0320
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/website/files/zzz-custom.conf	Sat Aug 16 19:47:38 2014 +0000
@@ -0,0 +1,54 @@
+SSLProtocol ALL -SSLv2 -SSLv3
+SSLHonorCipherOrder On
+SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:RSA+AESGCM:RSA+AES:!aNULL:!MD5:!DSS
+
+DirectoryIndex index.php index.html
+
+AddType image/x-icon .ico
+
+ExpiresActive On
+ExpiresByType image/jpeg "access plus 2 weeks"
+ExpiresByType image/gif "access plus 2 weeks"
+ExpiresByType image/png "access plus 2 weeks"
+ExpiresByType text/css "access plus 1 week"
+ExpiresByType application/javascript "access plus 1 month"
+ExpiresByType application/x-javascript "access plus 1 month"
+ExpiresByType image/x-icon "access plus 1 month"
+
+<ifModule mod_deflate.c>
+	AddOutputFilterByType DEFLATE text/plain
+	AddOutputFilterByType DEFLATE text/html
+	AddOutputFilterByType DEFLATE text/xml
+	AddOutputFilterByType DEFLATE text/css
+	AddOutputFilterByType DEFLATE application/xml
+	AddOutputFilterByType DEFLATE application/xhtml+xml
+	AddOutputFilterByType DEFLATE application/rss+xml
+	AddOutputFilterByType DEFLATE application/javascript
+	AddOutputFilterByType DEFLATE application/x-javascript
+</ifModule>
+
+WSGISocketPrefix run/wsgi
+
+BrowserMatch "Mozilla/2"       nokeepalive
+BrowserMatch "MSIE 4\.0b2;"    nokeepalive downgrade-1.0 force-response-1.0
+BrowserMatch "RealPlayer 4\.0" force-response-1.0
+BrowserMatch "Java/1\.0"       force-response-1.0
+BrowserMatch "JDK/1\.0"        force-response-1.0
+SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
+
+KeepAlive On
+KeepAliveTimeout 5
+MaxKeepAliveRequests 50
+
+Header unset ETag
+FileETag None
+
+<Location /.hg/>
+        Order Allow,Deny
+        Deny from all
+</Location>
+<FilesMatch ^\.>
+        Order Allow,Deny
+        Deny from all
+</FilesMatch>
+