GeoNode / ansible-geonode

Ansible GeoNode Scripts
https://galaxy.ansible.com/GeoNode/geonode/
7 stars 21 forks source link

Nginx is not restarted after first run #2

Open ingenieroariel opened 9 years ago

ingenieroariel commented 9 years ago

To enable the server I needed to ssh in and do:

sudo service nginx restart
simod commented 9 years ago

@ingenieroariel I had to flush the handlers at some point otherwise the restart signal was not triggered properly. https://github.com/simod/ansible_vagrant_geonode/blob/master/roles/geonode/tasks/main.yml#L4 could be something similar?

kalxas commented 7 years ago

While working on xenial, I could not replicate this issue, both nginx and uwsgi restart at the end of the build process.