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
What is the current behavior?
The nginx service isn't enabled, so it doesn't automatically start on boot.
What is the expected or desired behavior?
ngix service is enabled and starts on boot.
Please see roots#980
Adding this to the end of roles/nginx/tasks/main.yml would resolve it:
- name: Enable Nginx to start on boot service: name: nginx enabled: yes state: started use: service
The text was updated successfully, but these errors were encountered:
@alex-418 We will be merging upstream into our fork sometime soon, which will bring in this fix. Thanks for reporting!
Sorry, something went wrong.
I've been doing vagrant ssh sudo service nginx restart (in case someone finds this and needs a workaround.)
vagrant ssh
sudo service nginx restart
47424b7
No branches or pull requests
Submit a feature request or bug report
What is the current behavior?
The nginx service isn't enabled, so it doesn't automatically start on
boot.
What is the expected or desired behavior?
ngix service is enabled and starts on boot.
Bug report
Please see roots#980
Adding this to the end of roles/nginx/tasks/main.yml would resolve it:
The text was updated successfully, but these errors were encountered: