diff options
author | Noah Loomans <noahloomans@gmail.com> | 2017-03-02 10:06:46 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2017-03-02 10:06:46 +0100 |
commit | e830d6722c9ac4b2a9e6e7972014949abb535ff1 (patch) | |
tree | 29ce2d500cd43a2fb2baa0e11d4bb55e60d721e5 /bin | |
parent | 5e22bfbf5a719dea902da2363e4a4a36be484ea2 (diff) | |
parent | ec2cbd4954fb42f135f47d1e3db8d69301247080 (diff) |
Merge branch 'useHTTPS' into beta
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/www | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |