Browse Source

Minor update

old-stable
Mitesh Shah 11 years ago
parent
commit
db492450b4
  1. 1
      templates/nginx/wp/wpfc.conf
  2. 1
      templates/nginx/wp/wpsc.conf
  3. 1
      templates/nginx/wpsubdir/basic.conf
  4. 1
      templates/nginx/wpsubdir/wpfc.conf
  5. 1
      templates/nginx/wpsubdomain/wpfc.conf

1
templates/nginx/wp/wpfc.conf

@ -13,4 +13,5 @@ server {
include common/wpfc.conf;
include common/wpcommon.conf;
include common/locations.conf;
}

1
templates/nginx/wp/wpsc.conf

@ -13,4 +13,5 @@ server {
include common/wpsc.conf;
include common/wpcommon.conf;
include common/locations.conf;
}

1
templates/nginx/wpsubdir/basic.conf

@ -15,7 +15,6 @@ server {
root /var/www/example.com/htdocs;
index index.php index.htm index.html;
include common/php.conf;
include common/wpsubdir.conf;

1
templates/nginx/wpsubdir/wpfc.conf

@ -20,4 +20,5 @@ server {
include common/wpsubdir.conf;
include common/wpcommon.conf;
include common/locations.conf;
}

1
templates/nginx/wpsubdomain/wpfc.conf

@ -19,4 +19,5 @@ server {
include common/wpfc.conf;
include common/wpcommon.conf;
include common/locations.conf;
}

Loading…
Cancel
Save