This commit is contained in:
Tanner Nelson 2016-11-10 11:36:05 -05:00
parent 861d3456a5
commit a628085eb0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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