First commit
This commit is contained in:
13
roles/webapps/tasks/wp_dojo.yml
Normal file
13
roles/webapps/tasks/wp_dojo.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
- name: nginx cache
|
||||
copy:
|
||||
src: files/fastcgi_cache.conf
|
||||
dest: /etc/nginx/conf.d/fastcgi_cache.conf
|
||||
notify:
|
||||
- restart nginx
|
||||
|
||||
- name: wordpress cron
|
||||
cron:
|
||||
name: "WP Twitter refresh"
|
||||
user: www-data
|
||||
minute: "*/2"
|
||||
job: "/usr/bin/wget -q -O - https://www.nintendojo.fr/wp-cron.php &> /dev/null"
|
Reference in New Issue
Block a user