mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
drop apache
This commit is contained in:
parent
3c647b6527
commit
731a3858b1
1 changed files with 7 additions and 7 deletions
|
@ -8,14 +8,14 @@
|
|||
# (as required by Moodle's CLI installer) AND THIRDLY below (for now, until
|
||||
# Moodle's ported to NGINX!) in /etc/php/{{ php_version }}/apache2/php.ini
|
||||
|
||||
- name: "Set 'apache_install: True' and 'apache_enabled: True'"
|
||||
set_fact:
|
||||
apache_install: True
|
||||
apache_enabled: True
|
||||
#- name: "Set 'apache_install: True' and 'apache_enabled: True'"
|
||||
# set_fact:
|
||||
# apache_install: True
|
||||
# apache_enabled: True
|
||||
|
||||
- name: APACHE - run 'httpd' role
|
||||
include_role:
|
||||
name: httpd
|
||||
#- name: APACHE - run 'httpd' role
|
||||
# include_role:
|
||||
# name: httpd
|
||||
|
||||
- name: "Enact the equivalent of 'nginx_high_php_limits: True' in /etc/php/{{ php_version }}/{{ apache_service }}/php.ini for Moodle 3.11+"
|
||||
lineinfile:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue