diff --git a/README.md b/README.md index d3541bf..23c770d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # [Nginx Server Configs](https://github.com/h5bp/server-configs-nginx) -**Nginx Server Configs** is a collection of configuration snippets that can -help your server improve the web site's performance and security, while also +**Nginx Server Configs** is a collection of configuration snippets that can help +your server improve the web site's performance and security, while also ensuring that resources are served with the correct content-type and are accessible, if needed, even cross-domain. diff --git a/doc/getting-started.md b/doc/getting-started.md index d9f9b9e..1c7d412 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -67,3 +67,8 @@ Activate the new site by linking `yourdomainname.com` into the `sites-enabled` d This will make the server active the next time nginx (re)starts. ## Verify config and restart nginx +Verify the config and restart nginx to apply the changes. + + nginx -tt && service nginx restart + +This will verify the config and on successful verification it'll restart the nginx, otherwise throws error and stops from restarting nginx. \ No newline at end of file