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
This commit is contained in:
David Ames 2017-06-22 11:22:14 -07:00
parent 50b51c6f75
commit 29619d4234
1 changed files with 1 additions and 0 deletions

View File

@ -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