stuff/os/FreeBSD/Bastille/nginx.md
2025-04-14 21:32:16 +02:00

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