mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-01-22 07:03:21 +01:00
Removed default homepage from nginx
This commit is contained in:
parent
12e272af22
commit
b42fb280eb
@ -36,15 +36,6 @@
|
|||||||
domain: "{{top_domain}}"
|
domain: "{{top_domain}}"
|
||||||
when: run_once_nginx is not defined
|
when: run_once_nginx is not defined
|
||||||
|
|
||||||
- name: configure {{top_domain}}.conf
|
|
||||||
template:
|
|
||||||
src: "homepage.nginx.conf.j2"
|
|
||||||
dest: "{{nginx_servers_directory}}{{top_domain}}.conf"
|
|
||||||
vars:
|
|
||||||
domain: "{{top_domain}}"
|
|
||||||
notify: restart nginx
|
|
||||||
when: run_once_nginx is not defined
|
|
||||||
|
|
||||||
- name: flush nginx service
|
- name: flush nginx service
|
||||||
meta: flush_handlers
|
meta: flush_handlers
|
||||||
when: run_once_nginx is not defined
|
when: run_once_nginx is not defined
|
||||||
|
Loading…
x
Reference in New Issue
Block a user