From 55c1da3f33e60b4026e35dcff753ad36e0161a93 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 3 Jul 2024 13:37:23 -0700 Subject: [PATCH] Clarify Drupal documentation Signed-off-by: Tommy --- sample-scripts/Ubuntu-24.04-LEMP-Drupal.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sample-scripts/Ubuntu-24.04-LEMP-Drupal.md b/sample-scripts/Ubuntu-24.04-LEMP-Drupal.md index 7ef8194..ef7740d 100644 --- a/sample-scripts/Ubuntu-24.04-LEMP-Drupal.md +++ b/sample-scripts/Ubuntu-24.04-LEMP-Drupal.md @@ -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.