mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
formatting
This commit is contained in:
parent
131bff8362
commit
e4eda59ad5
1 changed files with 4 additions and 2 deletions
|
@ -40,7 +40,9 @@
|
||||||
# when: wordpress_enabled
|
# when: wordpress_enabled
|
||||||
|
|
||||||
- name: Install Nextcloud's nginx conf.d file from template
|
- name: Install Nextcloud's nginx conf.d file from template
|
||||||
template: src=nextcloud-nginx.conf dest=/etc/nginx/conf.d/nextcloud-nginx.conf
|
template:
|
||||||
|
src: nextcloud-nginx.conf
|
||||||
|
dest: /etc/nginx/conf.d/nextcloud-nginx.conf
|
||||||
when: nextcloud_enabled
|
when: nextcloud_enabled
|
||||||
|
|
||||||
- name: Install NodeRed's nginx conf.d file from template
|
- name: Install NodeRed's nginx conf.d file from template
|
||||||
|
@ -53,4 +55,4 @@
|
||||||
when: nodered_enabled
|
when: nodered_enabled
|
||||||
|
|
||||||
#- name: Install proxpass to apache running on localhost
|
#- name: Install proxpass to apache running on localhost
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue