12 lines
159 B
Markdown
12 lines
159 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:
|