diff --git a/deploy/nginx.md b/deploy/nginx.md index 5a4b3864..c2398554 100644 --- a/deploy/nginx.md +++ b/deploy/nginx.md @@ -66,7 +66,7 @@ sudo service nginx restart Nginx can be started an stopped with the `sudo service nginx ...` commands. You will need something similar to start and stop your Vapor server. -There are many ways to do this, and they depend on which platform you are deploying to. Check out the [Supervisor](supervisor.md) instructions to add commands like `sudo start ...` for controller your Vapor app. +There are many ways to do this, and they depend on which platform you are deploying to. Check out the [Supervisor](supervisor.md) instructions to add commands for starting and stopping your Vapor app. ## Configure Proxy diff --git a/deploy/supervisor.md b/deploy/supervisor.md index 0cae4dac..efc3e12c 100644 --- a/deploy/supervisor.md +++ b/deploy/supervisor.md @@ -29,7 +29,7 @@ stderr_logfile=/var/log/supervisor/%(program_name)-stderr.log This assume the `Hello` project is located in the home folder for the user `vapor`. Make sure `directory` points to the root directory of your project where the `Config/` folder is. -The `--env=production` flag is important as it will disable verbose logging and choose the `Config/production` sub folder of your configuration files. +The `--env=production` flag will disable verbose logging and prioritize the `Config/production` sub folder of your configuration files. ### Environment