DEV Community

Discussion on: Installing Nginx on Ubuntu

Collapse
 
danielvandenberg95 profile image
Daniël van den Berg

Do not use

sudo service nginx restart

. Instead use nginx -t && nginx -s reload`. This prevents downtime and warns if your config is invalid.