typo
This commit is contained in:
parent
dd4d3ad642
commit
c5582cda9c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ nginx setup.
|
||||||
```shell
|
```shell
|
||||||
wget -O /etc/nginx/sites-available/groff-web "https://gitlab.com/tavo-wasd/groff-web/-/raw/main/nginx.conf"
|
wget -O /etc/nginx/sites-available/groff-web "https://gitlab.com/tavo-wasd/groff-web/-/raw/main/nginx.conf"
|
||||||
sed -i 's/groff.example.org/MY.DOMAIN.COM/' /etc/nginx/sites-available/groff-web.conf
|
sed -i 's/groff.example.org/MY.DOMAIN.COM/' /etc/nginx/sites-available/groff-web.conf
|
||||||
ln -s /etc/nginx/sites-available/groff-web.conf /etc/nginx/sites-enabled
|
ln -s /etc/nginx/sites-available/groff-web.conf /etc/nginx/sites-enabled/
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue