delete default.conf from conf.d
This commit is contained in:
parent
5ddd6d4d22
commit
4f7870d212
@ -57,6 +57,11 @@
|
||||
notify:
|
||||
- nginx_restart
|
||||
|
||||
- name: Remove default.conf from conf.d
|
||||
file:
|
||||
path: /etc/conf.d/default.conf
|
||||
state: absent
|
||||
|
||||
- name: Add default page config
|
||||
template:
|
||||
src: 'etc/nginx/sites-available/default.j2'
|
||||
|
Loading…
Reference in New Issue
Block a user