diff --git a/roles/nginx/tasks/main.yml b/roles/nginx/tasks/main.yml index 85fd4e051..8617613a5 100644 --- a/roles/nginx/tasks/main.yml +++ b/roles/nginx/tasks/main.yml @@ -17,7 +17,8 @@ - { src: "nginx.conf",dest: "/etc/nginx/" } - { src: "usb-lib.conf",dest: "/etc/nginx/conf.d/" } - { src: "admin-console.ini",dest: "/etc/uwsgi/apps-enabled/" } - - { src: "uwsgi.unit",dest: "/etc/systemd/system/" } +# the above should be enough once uwsgi is started +# - { src: "uwsgi.unit",dest: "/etc/systemd/system/uwsgi.socket" } - { src: 'ports.conf' , dest: '/etc/{{ apache_service }}/' , mode: '0644' } when: nginx_enabled | bool