1
0
Fork 0
deploying-rails-app/slides/run-a-web-server.md

13 lines
159 B
Markdown
Raw Permalink Normal View History

2016-03-08 21:34:06 -05:00
## Run a Web Server
* Install nginx
```
apt-get install nginx
```
* Configure nginx
* default from [https://goo.gl/f36vHg](https://goo.gl/f36vHg)
note: