You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-10Lines changed: 27 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,22 @@
1
1
# WordPress-Nginx
2
2
3
-
WordPress specific Nginx configurations, tweaks, compatibility routines, etc.
3
+
WordPress specific Nginx configurations, tweaks, and much more!
4
+
5
+
## Advantages
6
+
7
+
There are multiplpe advantages of using this repo as your go-to nginx configuration.
8
+
9
+
+ Contains ready-to-use sample vhost entries to be used with WP Super Cache plugin (with SSL), WP Rocket cache plugin, etc.
10
+
+ Uses best practices (ex: you can find the correct use 'if' statement here).
11
+
+ Continuously updated sample configurations and best practices.
4
12
5
13
## Compatibility
6
14
7
15
Tested with
8
16
+ Debian Debian 9.x (upcoming version)
9
-
+ Ubuntu 16.04.x
17
+
+ Ubuntu 16.04 LTS
10
18
11
-
For Fedora, Redhat, CentOS and Amazon Linux AMI or similar distributions, please look at the [CentOS branch](https://github.com/pothi/WordPress-Nginx/tree/centos"WordPress-Nginx configuration for Amazon Linux AMI, Fedora, Redhat and CentOS based distributions").
19
+
For Fedora, Redhat, CentOS and Amazon Linux AMI or similar distributions, the configuration mentioned in the repo should work. Additional steps may be needed, though. See below for some details!
12
20
13
21
## How to Install
14
22
@@ -24,15 +32,24 @@ As __sudo or root__, please use the following guidelines...
0 commit comments