Add SSL suport for docker install

Signed-off-by: walkafwalka <41709139+walkafwalka@users.noreply.github.com>
This commit is contained in:
walkafwalka
2018-08-04 01:50:16 -07:00
committed by Markus Opahle
parent bb276a8fcb
commit 3a7bf6a8ac
5 changed files with 17 additions and 4 deletions

View File

@@ -36,7 +36,10 @@ http {
}
server {
listen 8052 default_server;
listen 8052 ssl default_server;
ssl_certificate /etc/nginx/awxweb.pem;
ssl_certificate_key /etc/nginx/awxweb.pem;
# If you have a domain name, this is where to add it
server_name _;