mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 03:56:21 +05:30
minor small grammar change
This commit is contained in:
parent
c5011a5ebf
commit
1fda3d7a35
1 changed files with 2 additions and 2 deletions
|
|
@ -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`
|
||||
|
||||
### Lighttpd
|
||||
The following are example configuration for lighttpd:
|
||||
The following is an example configuration for lighttpd:
|
||||
|
||||
````php
|
||||
$HTTP["url"] =~ "^/config" {
|
||||
|
|
@ -94,7 +94,7 @@ url.rewrite-once = (
|
|||
````
|
||||
|
||||
### Nginx
|
||||
The following are basic configuration for Nginx:
|
||||
The following is a basic configuration for Nginx:
|
||||
|
||||
````nginx
|
||||
server {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue