Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
update nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Jan 18, 2023
1 parent 5fe77b1 commit 5db6276
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion molecule/default/group_vars/all/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ nginx_logformat:

nginx_vhosts:
icinga.molecule.lan:
filename: 00-icingaweb.conf
filename: 00-icinga.molecule.lan.conf
state: present # default: present
enabled: true # default: true

domains:
- icinga.molecule.lan

listen:
- 80

Expand Down

0 comments on commit 5db6276

Please sign in to comment.