docs: 📝 typo

It's "available". Thank you luke :P
This commit is contained in:
Kainoa Kanter 2022-11-16 19:44:25 +01:00
parent cb6362fd49
commit ddf4a071cf

View file

@ -93,7 +93,7 @@ cp -r ../misskey/files . # if you don't use object storage
## 🍀 NGINX
- Run `sudo cp ./calckey.nginx.conf /etc/nginx/sites-avaliable/ && cd /etc/nginx/sites-avaliable/`
- Run `sudo cp ./calckey.nginx.conf /etc/nginx/sites-available/ && cd /etc/nginx/sites-available/`
- Edit `calckey.nginx.conf` to reflect your instance properly
- Run `sudo cp ./calckey.nginx.conf ../sites-enabled/`
- Run `sudo nginx -t` to validate that the config is valid, then restart the NGINX service.