Skip to content

Commit

Permalink
Update readme with minor copy tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bradt authored May 1, 2020
1 parent 3482ef7 commit 13f4b9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WordPress Nginx

This config kit contains the Nginx configurations used within the series [Install WordPress on Ubuntu 18.04](https://spinupwp.com/hosting-wordpress-yourself-ssl-spdy/). It contains best practices from various sources, including the [WordPress Codex](https://codex.wordpress.org/Nginx) and [H5BP](https://github.com/h5bp/server-configs-nginx). The following example sites are included:
This config kit contains the Nginx configurations used in the [Install WordPress on Ubuntu 18.04](https://spinupwp.com/hosting-wordpress-yourself-ssl-spdy/) guide. It contains best practices from various sources, including the [WordPress Codex](https://codex.wordpress.org/Nginx) and [H5BP](https://github.com/h5bp/server-configs-nginx). The following example sites are included:

* [multisite-subdirectory.com](sites-available/multisite-subdirectory.com) - WordPress multisite install using subdirectories
* [multisite-subdomain.com](sites-available/multisite-subdomain.com) - WordPress multisite install using subdomains
Expand All @@ -12,7 +12,7 @@ This config kit contains the Nginx configurations used within the series [Instal

### Site configuration

You can use these sample configurations as reference or directly by replacing your existing nginx directory. Follow the steps below to replace your existing nginx configuration.
You can use these sample configurations as reference or directly by replacing your existing nginx directory. Follow the steps below to replace your existing Nginx configuration.

Backup any existing config:

Expand Down Expand Up @@ -98,4 +98,4 @@ The following site structure is used throughout these configs:
└── cache
└── logs
└── public
```
```

0 comments on commit 13f4b9e

Please sign in to comment.