From 50faf7f0ba156dc2bae625f9a75abf9f53e26014 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 2 Oct 2019 01:29:15 -0300 Subject: [PATCH] add FIXME --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cadd742..3e3808f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,8 +69,9 @@ RUN \ }; \ # configure unit unitd --control unix:/var/run/control.unit.sock; \ +# FIXME Using TLS breaks serving static files curl -X PUT --data-binary @/ssl/bundle.pem --unix-socket \ - /var/run/control.unit.sock http://localhost/certificates/default; \ + /var/run/control.unit.sock http://localhost/certificates/default; \ curl -X PUT --data-binary \ '{ \ "listeners": { \