From 8da89e859b8e387059ede7bd5735ff46a686ecf3 Mon Sep 17 00:00:00 2001 From: Ashley Rich Date: Tue, 17 Nov 2015 11:16:00 +0000 Subject: [PATCH] Readme stubbed out --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7564557 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# WordPress Nginx + +Nginx configuration geared towards hosting WordPress sites. Contains best practices from various sources, including [H5BP](https://github.com/h5bp/server-configs-nginx). The following example sites’ are included: + +* singlesite.com - WordPress single site install (no SSL or page caching) +* ssl.com - WordPress on HTTPS +* fastcgi-cache.com - WordPress with [FastCGI caching](https://deliciousbrains.com/hosting-wordpress-yourself-server-monitoring-caching/#page-cache) +* multisite-subdomain.com - WordPress Multisite install using subdomains +* multisite-subdirectory.com - WordPress Multisite install using subdirectories \ No newline at end of file