11 lines
182 B
Markdown
11 lines
182 B
Markdown
# Nginx.conf
|
|
|
|
> Ari-web Nginx configuration
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
rm -rf /etc/nginx
|
|
git clone https://git.ari.lt/ari.lt/nginx.conf /etc/nginx
|
|
# + generate certbot certificates
|
|
```
|