readme
This commit is contained in:
parent
f17ebd7311
commit
e9357654fe
1 changed files with 2 additions and 0 deletions
|
@ -10,7 +10,9 @@ wget "https://gitlab.com/tavo-wasd/groff-web/-/archive/main/groff-web-main.tar.g
|
|||
tar -xvf groff-web-main.tar.gz
|
||||
cp -r groff-web-main/public /var/www/groff-web
|
||||
cp groff-web-main/nginx.conf /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
|
||||
systemctl reload nginx
|
||||
```
|
||||
|
||||
## License
|
||||
|
|
Loading…
Reference in a new issue