import the dwarven empire
This commit is contained in:
parent
363b83f93d
commit
0c57aa32c6
23 changed files with 1167 additions and 2 deletions
21
doc/00_xyzzy-ee.txt
Normal file
21
doc/00_xyzzy-ee.txt
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
cp xyzzy.ee.conf.bootstrap \
|
||||
/etc/nginx/sites-available/xyzzy.ee.conf
|
||||
|
||||
cd /etc/nginx/sites-enabled
|
||||
rm default
|
||||
ln -s /etc/nginx/sites-available/xyzzy.ee.conf 00xyzzy.ee.conf
|
||||
cd -
|
||||
|
||||
nginx -t
|
||||
systemctl restart nginx
|
||||
|
||||
certbot --nginx -d xyzzy.ee,www.xyzzy.ee \
|
||||
--agree-tos -m "hostmaster@xyzzy.ee" --no-eff-email \
|
||||
--deploy-hook "systemctl reload nginx"
|
||||
|
||||
cp xyzzy.ee.conf /etc/nginx/sites-available/xyzzy.ee.conf
|
||||
|
||||
nginx -t
|
||||
systemctl restart nginx
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue