10 lines
237 B
Markdown
10 lines
237 B
Markdown
# nginx
|
|
|
|
```sh
|
|
bastille create nginx 14.2-RELEASE 192.168.1.200 genet0
|
|
bastille pkg nginx bootstrap
|
|
bastille pkg nginx update
|
|
bastille pkg nginx install -y nginx
|
|
bastille service nginx nginx enable
|
|
bastille service nginx nginx start
|
|
```
|