We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To enable the server I needed to ssh in and do:
sudo service nginx restart
The text was updated successfully, but these errors were encountered:
@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?
Sorry, something went wrong.
While working on xenial, I could not replicate this issue, both nginx and uwsgi restart at the end of the build process.
No branches or pull requests
To enable the server I needed to ssh in and do:
The text was updated successfully, but these errors were encountered: