From 02643acd9ebd1013dcde3e305048ee5a0e9b8acb Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 28 Jul 2024 14:51:46 -0700 Subject: [PATCH] Fix /srv/drupal labels --- sample-scripts/RHEL-9-LEMP-Drupal-Multisite.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 ```