Show a successful example

This commit is contained in:
Andy Dawson 2016-06-08 10:04:15 +02:00
parent bcdb8cd2bf
commit 6b17b6025c
1 changed files with 8 additions and 0 deletions

View File

@ -41,6 +41,14 @@ Or, setup a symlink to point at the right place:
The location of the pid file should also be checked and corrected if necessary. The location of the pid file should also be checked and corrected if necessary.
Check your config before trying to start nginx:
nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
You will need to address any problems mentioned before continuing.
## Creating a site definition ## Creating a site definition
An example server definition is provided in `sites-available/example.com`. Copy the file to An example server definition is provided in `sites-available/example.com`. Copy the file to