Changes between Version 4 and Version 5 of moodlelab2024/Adding-Moodle-OVA-File


Ignore:
Timestamp:
Jan 2, 2025, 5:24:26 AM (3 weeks ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • moodlelab2024/Adding-Moodle-OVA-File

    v4 v5  
    150150==== 1. Update PHP-FPM User and Group
    151151   Open the PHP-FPM pool configuration file:
    152  ``` bash
     152 {{{
    153153vi /etc/php82/php-fpm.d/www.conf
    154 ```
    155  ``` bash
     154 }}}
     155 {{{
    156156user = nginx
    157157group = nginx
    158 ```
     158}}}
    159159====  Restart PHP-FPM
    160160
    161  ``` bash
     161 {{{
    162162rc-service php-fpm82 restart
    163 ```
     163}}}
    164164==== Set Permission  "$CFG->directorypermissions = 0777;"
    165  ``` bash
     165 {{{
    166166vi /var/www/moodle/config.php
    167 ```
     167}}}