Changes between Version 4 and Version 5 of moodlelab2024/Adding-Moodle-OVA-File
- Timestamp:
- Jan 2, 2025, 5:24:26 AM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
moodlelab2024/Adding-Moodle-OVA-File
v4 v5 150 150 ==== 1. Update PHP-FPM User and Group 151 151 Open the PHP-FPM pool configuration file: 152 ``` bash152 {{{ 153 153 vi /etc/php82/php-fpm.d/www.conf 154 ``` 155 ``` bash154 }}} 155 {{{ 156 156 user = nginx 157 157 group = nginx 158 ``` 158 }}} 159 159 ==== Restart PHP-FPM 160 160 161 ``` bash161 {{{ 162 162 rc-service php-fpm82 restart 163 ``` 163 }}} 164 164 ==== Set Permission "$CFG->directorypermissions = 0777;" 165 ``` bash165 {{{ 166 166 vi /var/www/moodle/config.php 167 ``` 167 }}}