mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 21:37:42 -02:30
Add SSL suport for docker install
Signed-off-by: walkafwalka <41709139+walkafwalka@users.noreply.github.com>
This commit is contained in:
committed by
Markus Opahle
parent
bb276a8fcb
commit
3a7bf6a8ac
@@ -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 _;
|
||||
|
||||
Reference in New Issue
Block a user