Browse Source

minor small grammar change

pull/151/head
Brandon Him 10 years ago
parent
commit
1fda3d7a35
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -71,7 +71,7 @@ To access the admin panel, add `/login` to the end of your site's URL.
e.g. `www.yoursite.com/login` e.g. `www.yoursite.com/login`
### Lighttpd ### Lighttpd
The following are example configuration for lighttpd:
The following is an example configuration for lighttpd:
````php ````php
$HTTP["url"] =~ "^/config" { $HTTP["url"] =~ "^/config" {
@ -94,7 +94,7 @@ url.rewrite-once = (
```` ````
### Nginx ### Nginx
The following are basic configuration for Nginx:
The following is a basic configuration for Nginx:
````nginx ````nginx
server { server {


Loading…
Cancel
Save