1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-18 21:24:43 -04:00

Fix /srv/drupal labels

This commit is contained in:
Tommy 2024-07-28 14:51:46 -07:00 committed by GitHub
parent 2439a4b7e2
commit 02643acd9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,6 +63,12 @@ Exit the drupal user:
exit 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 ## Generate an SSL certificate
``` ```