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