You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.
On Ubuntu 18.04, add the line RuntimeDirectory=nginx to the file /lib/systemd/system/nginx.service.
Once that is completed, run sudo systemctl daemon-reload && sudo systemctl start nginx and it will work.
The text was updated successfully, but these errors were encountered:
Open Issue: NGINX does not start correctly after a system reboot.
See Here for more details.
Current Fix
On Ubuntu 18.04, add the line
RuntimeDirectory=nginx
to the file/lib/systemd/system/nginx.service
.Once that is completed, run
sudo systemctl daemon-reload && sudo systemctl start nginx
and it will work.The text was updated successfully, but these errors were encountered: