From 55d9f128edcaccd29529177f13eaec6f79c5523b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 25 Oct 2016 21:13:03 +0000 Subject: relocate website to https://bogomips.org/unicorn/ HTTPS helps some with reader privacy and Let's Encrypt seems to be working well enough the past few months. This change will allow us to reduce subjectAltName bloat in our TLS certificate over time. It will also promote domain name agility to support mirrors or migrations to other domains (including a Tor hidden service mirror). http://bogomips.org/unicorn/ will remain available for people on legacy systems without usable TLS. There is no plan for automatic redirecting from HTTP to HTTPS at this time. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 3f9c441..bc9c643 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -183,13 +183,13 @@ doc: .document $(ext)/unicorn_http.c man html .olddoc.yml $(PLACEHOLDERS) install -m644 $(man1_paths) doc/ tar cf - $$(git ls-files examples/) | (cd doc && tar xf -) -# publishes docs to http://unicorn.bogomips.org +# publishes docs to https://bogomips.org/unicorn/ publish_doc: -git set-file-times $(MAKE) doc $(MAKE) doc_gz chmod 644 $$(find doc -type f) - $(RSYNC) -av doc/ unicorn.bogomips.org:/srv/unicorn/ + $(RSYNC) -av doc/ bogomips.org:/srv/bogomips/unicorn/ git ls-files | xargs touch # Create gzip variants of the same timestamp as the original so nginx -- cgit v1.2.3-24-ge0c7