mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
matomo/tasks/nginx.yml: Remove stale refs to box/maps
This commit is contained in:
parent
42042976f4
commit
cc0a32cd67
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
- name: Enable http://box/maps & http://box/matomo via NGINX, by installing {{ nginx_conf_dir }}/matomo-nginx.conf from template
|
- name: Enable http://box/matomo via NGINX, by installing {{ nginx_conf_dir }}/matomo-nginx.conf from template
|
||||||
template:
|
template:
|
||||||
src: matomo-nginx.conf.j2
|
src: matomo-nginx.conf.j2
|
||||||
dest: "{{ nginx_conf_dir }}/matomo-nginx.conf" # /etc/nginx/conf.d
|
dest: "{{ nginx_conf_dir }}/matomo-nginx.conf" # /etc/nginx/conf.d
|
||||||
when: matomo_enabled
|
when: matomo_enabled
|
||||||
|
|
||||||
- name: Disable http://box/maps & http://box/matomo via NGINX, by removing {{ nginx_conf_dir }}/matomo-nginx.conf
|
- name: Disable http://box/matomo via NGINX, by removing {{ nginx_conf_dir }}/matomo-nginx.conf
|
||||||
file:
|
file:
|
||||||
path: "{{ nginx_conf_dir }}/matomo-nginx.conf" # /etc/nginx/conf.d
|
path: "{{ nginx_conf_dir }}/matomo-nginx.conf" # /etc/nginx/conf.d
|
||||||
state: absent
|
state: absent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue