Added apache config for munin and gitea; removed nginx config from gitea
This commit is contained in:
@@ -9,6 +9,21 @@ packages_common:
|
||||
- 'wget'
|
||||
- 'zip'
|
||||
|
||||
# common apache config
|
||||
apache_listen_ip: '*'
|
||||
apache_listen_port: 80
|
||||
# merge apache config arrays
|
||||
apache_mods_enabled: >-
|
||||
{{
|
||||
(apache_mods_enabled_gitea | default([]))
|
||||
+ (apache_mods_enabled_munin | default([]))
|
||||
}}
|
||||
apache_vhosts: >-
|
||||
{{
|
||||
(apache_vhosts_gitea | default([]))
|
||||
+ (apache_vhosts_munin | default([]))
|
||||
}}
|
||||
|
||||
munin_node_allowed_ips:
|
||||
- '^10\.7\.10\.95$'
|
||||
- '^127\.0\.0\.1$'
|
||||
|
||||
Reference in New Issue
Block a user