mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
10 lines
397 B
YAML
10 lines
397 B
YAML
|
# Both invoked in 4-SERVER-OPTIONS, by roles/www_front_end/tasks/main.yml:
|
||
|
#
|
||
|
# httpd/tasks/homepage.yml
|
||
|
# nginx/tasks/homepage.yml
|
||
|
|
||
|
- name: Install {{ nginx_conf_dir }}/iiab.conf from nginx/templates, so NGINX redirects http://box to http://box{{ iiab_home_url }} # /home
|
||
|
template:
|
||
|
src: roles/nginx/templates/iiab.conf.j2
|
||
|
dest: "{{ nginx_conf_dir }}/iiab.conf" # /etc/nginx/conf.d
|