|
|
@@ -1,6 +1,6 @@
|
|
|
- name: deactivate htaccess
|
|
|
- command: 'mv /var/www/sound/demo/.htaccess /var/www/sound/demo/htaccess'
|
|
|
+ command: 'mv /var/www/sonerezh/.htaccess /var/www/sonerezh/htaccess'
|
|
|
- name: renewal certificat
|
|
|
- command: '/root/certbot-auto certonly --renew-by-default -a webroot --webroot-path /var/www/sound -d sound.hory.me --rsa-key-size 4096 --text'
|
|
|
+ command: '/root/certbot-auto certonly --renew-by-default -a webroot --webroot-path /var/www/sound/sonerezh -d sound.hory.me --rsa-key-size 4096 --text'
|
|
|
- name: reactivate htaccess
|
|
|
- command: 'mv /var/www/sound/demo/htaccess /var/www/sound/demo/.htaccess'
|
|
|
+ command: 'mv /var/www/sonerezh/htaccess /var/www/sonerezh/.htaccess'
|