mirror of https://github.com/vapor/docs.git
typos
This commit is contained in:
parent
861d3456a5
commit
a628085eb0
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue