From ec2cbd4954fb42f135f47d1e3db8d69301247080 Mon Sep 17 00:00:00 2001
From: Noah Loomans <noahloomans@gmail.com>
Date: Thu, 2 Mar 2017 10:06:03 +0100
Subject: Actually use http2 on https connections

---
 bin/www | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'bin/www')

diff --git a/bin/www b/bin/www
index 8da634f..1c08756 100755
--- a/bin/www
+++ b/bin/www
@@ -3,7 +3,7 @@
 const fs = require('fs')
 const app = require('../app')
 const http = require('http')
-const https = require('https')
+const https = require('spdy')
 
 const fileLocations = {
   cert: '/etc/letsencrypt/live/rooster.hetmml.nl/fullchain.pem',
-- 
cgit v1.1