Removed docs and website. They will now reside (for my repo) at git://lair.fifthhorse...
[monkeysphere.git] / doc / zimmermann / https-proxy
diff --git a/doc/zimmermann/https-proxy b/doc/zimmermann/https-proxy
deleted file mode 100644 (file)
index c4521a7..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-server {
-       listen  443;
-       server_name zimmermann.mayfirst.org;
-       ssl on;
-       ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem;
-       ssl_certificate_key /etc/ssl/private/ssl-cert-snakeoil.key;
-       ssl_ciphers HIGH:MEDIUM:!ADH;
-
-       access_log  off;
-
-       location / {
-               proxy_pass http://localhost:11371/;
-       }
-}