Improve usage of ssl_certificate in local_docker

Remove nginx.conf from container

Move nginx outside ssl_certificate block
This commit is contained in:
Raphaël COMBEAU
2019-10-18 20:20:35 +02:00
committed by Shane McDonald
parent c4a3c0aac1
commit 712b07c136
5 changed files with 2 additions and 7 deletions

View File

@@ -116,7 +116,6 @@ COPY {{ awx_sdist_file }} /tmp/{{ awx_sdist_file }}
RUN OFFICIAL=yes /var/lib/awx/venv/awx/bin/pip install /tmp/{{ awx_sdist_file }}
ADD settings.py /etc/tower/settings.py
ADD nginx.conf /etc/nginx/nginx.conf
ADD supervisor.conf /supervisor.conf
ADD supervisor_task.conf /supervisor_task.conf
ADD launch_awx.sh /usr/bin/launch_awx.sh