AWS lightsail documentation change
Summary
Updated WordPress configuration instructions with vendor-specific paths and commands
Security assessment
Restructures technical documentation for different WordPress vendors but doesn't address vulnerabilities or security features. Change improves accuracy of administrative commands without security implications.
Diff
diff --git a/lightsail/latest/userguide/amazon-lightsail-add-blogs-as-domains-to-your-wordpress-multisite.md b/lightsail/latest/userguide/amazon-lightsail-add-blogs-as-domains-to-your-wordpress-multisite.md index f951d21a9..fb693d8fa 100644 --- a//lightsail/latest/userguide/amazon-lightsail-add-blogs-as-domains-to-your-wordpress-multisite.md +++ b//lightsail/latest/userguide/amazon-lightsail-add-blogs-as-domains-to-your-wordpress-multisite.md @@ -120 +120 @@ When you add blog sites as domains to your WordPress Multisite instance, you mus - + @@ -122 +122 @@ When you add blog sites as domains to your WordPress Multisite instance, you mus - 3. After your Lightsail browser-based SSH session is connected, enter the following command to open and edit the `wp-config.php` file of your instance using Vim: + 3. After your Lightsail browser-based SSH session is connected, enter the following command to open and edit the `wp-config.php` file of your instance using Vim. @@ -124 +124 @@ When you add blog sites as domains to your WordPress Multisite instance, you mus - sudo vim /opt/bitnami/wordpress/wp-config.php +Select the tab for your blueprint vendor: @@ -126 +126,6 @@ When you add blog sites as domains to your WordPress Multisite instance, you mus -###### Note +Lightsail + + + sudo vim /var/www/wp-config.php + +Bitnami @@ -128 +132,0 @@ When you add blog sites as domains to your WordPress Multisite instance, you mus -If this command fails, you might be using an older version of the WordPress Multisite instance. Try running the following command instead. @@ -145,0 +150,8 @@ The file will look like the following when done: +Lightsail + + + sudo systemctl restart apache2 + +Bitnami + +