15 lines
227 B
Markdown
15 lines
227 B
Markdown
|
## Run a Web Server
|
||
|
|
||
|
* Install nginx
|
||
|
|
||
|
```
|
||
|
apt-get install nginx
|
||
|
```
|
||
|
|
||
|
* Configure nginx
|
||
|
* default from [https://goo.gl/f36vHg](https://goo.gl/f36vHg)
|
||
|
|
||
|
note:
|
||
|
Put your speaker notes here.
|
||
|
You can see them pressing 's'.
|