Always redirect to https.
[?]
Apr 1, 2021, 3:17 AM
FP53B2ZONELFQXOJWFOPL5T2WZQN4EILZMPEJHK7QPILKJZ2VUVQCDependencies
- [2]
NJNMO72SAdd zcash.com submodule and update client to modern halogen. - [3]
GMYPBCWEMake docker-compose work. - [4]
XZLSHL4DThe server is now (tenuously) running, and serving pages via SSL! - [5]
NSRSSSTRUpdate nginx.conf, make aftok host configurable for cli scripts. - [6]
5FLAK3MEFix nginx mime types.
Change contents
- replacement in conf/nginx/conf/nginx.conf at line 20[3.33]→[3.33:51](∅→∅),[3.51]→[3.844:881](∅→∅),[3.881]→[2.309168:309197](∅→∅),[2.309197]→[3.75:105](∅→∅),[3.75]→[3.75:105](∅→∅)
location / {include /etc/nginx/mime.types;root /opt/static/site;index index.html;}server_name _;return 301 https://$host$request_uri; - replacement in conf/nginx/conf/nginx.conf at line 28
ssl_certificate /opt/nginx/aftok.crt;ssl_certificate_key /opt/nginx/aftok.key;ssl_certificate /etc/letsencrypt/live/aftok.com/fullchain.pem;ssl_certificate_key /etc/letsencrypt/live/aftok.com/privkey.pem; - edit in conf/nginx/conf/nginx.conf at line 42
}location /.well-known/ {allow all;alias /opt/static/well-known/; - edit in conf/nginx/conf/nginx.conf at line 49
location /.well-known/acme-challenge/ {allow all;alias /opt/letsencrypt/;}