mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-21 17:11:33 -05:00
Clarify Drupal documentation
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
b0baa5a3c1
commit
55c1da3f33
@ -106,6 +106,8 @@ server {
|
||||
}
|
||||
```
|
||||
|
||||
**Notes**: `listen 443 quic reuseport;` is only needed once. If you plan to have multiple vhosts on this setup with SSL, consider making a dedicated vhost for this config so that it is nicer and easier to manage. An example can be found [here](https://github.com/TommyTran732/NGINX-Configs/blob/main/etc/nginx/conf.d/sites_default_quic.conf).
|
||||
|
||||
## Setup the Database for Drupal
|
||||
|
||||
As root, log into MariaDB:
|
||||
@ -122,7 +124,7 @@ GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORA
|
||||
exit
|
||||
```
|
||||
|
||||
## Install drupal
|
||||
## Configure Drupal
|
||||
|
||||
Go to drupal.yourdomain.tld and follow the prompts.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user