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
|
# (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
|
# Moodle's ported to NGINX!) in /etc/php/{{ php_version }}/apache2/php.ini
|
||||||
|
|
||||||
- name: "Set 'apache_install: True' and 'apache_enabled: True'"
|
#- name: "Set 'apache_install: True' and 'apache_enabled: True'"
|
||||||
set_fact:
|
# set_fact:
|
||||||
apache_install: True
|
# apache_install: True
|
||||||
apache_enabled: True
|
# apache_enabled: True
|
||||||
|
|
||||||
- name: APACHE - run 'httpd' role
|
#- name: APACHE - run 'httpd' role
|
||||||
include_role:
|
# include_role:
|
||||||
name: httpd
|
# 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+"
|
- name: "Enact the equivalent of 'nginx_high_php_limits: True' in /etc/php/{{ php_version }}/{{ apache_service }}/php.ini for Moodle 3.11+"
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue