diff --git a/sample-scripts/RHEL-9-LEMP-Drupal-Multisite.md b/sample-scripts/RHEL-9-LEMP-Drupal-Multisite.md index 3cd0b02..4ec4039 100644 --- a/sample-scripts/RHEL-9-LEMP-Drupal-Multisite.md +++ b/sample-scripts/RHEL-9-LEMP-Drupal-Multisite.md @@ -63,6 +63,12 @@ Exit the drupal user: exit ``` +Fix the labels (why mkdir is giving us the wrong label idk, need more investigation): + +``` +sudo restorecon -Rv /srv/drupal +``` + ## Generate an SSL certificate ```