From 29619d4234cd41be0a5c89a74c39ff5b86a451d4 Mon Sep 17 00:00:00 2001 From: David Ames Date: Thu, 22 Jun 2017 11:22:14 -0700 Subject: [PATCH] Enable Nginx SSL Without ssl at compile time Nginx cannot run SSL sites. Use the --with-http_ssl switch at compile time. Change-Id: I6210671665c4509382c6621cabb4612e2ba15ee9 --- snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index b92dcd3..528a729 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -87,6 +87,7 @@ parts: - --http-fastcgi-temp-path=/var/snap/keystone/common/lib/nginx_fastcgi - --http-uwsgi-temp-path=/var/snap/keystone/common/lib/nginx_uwsgi - --http-scgi-temp-path=/var/snap/keystone/common/lib/nginx_scgi + - --with-http_ssl_module build-packages: - libpcre3-dev - libssl-dev