mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-21 17:11:33 -05:00
Fix /srv/drupal labels
This commit is contained in:
parent
2439a4b7e2
commit
02643acd9e
@ -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
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user