Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BoGnY committed May 13, 2024
1 parent 4571852 commit 1d0e733
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ The `vhost` section is the actual vhost that is being built. All placeholders (I

The `features` section contains definitions of features that can be enabled or disabled (via the config file). If those features do not seem suitable, you can adjust them to better fit your needs. You can also re-arrange their position in the `vhost` section.

Whenever you edit the template, make sure not to misspell any placeholders. They will not get replaced when spellt wrong.
Whenever you edit the template, make sure not to misspell any placeholders. They will not get replaced when spelt wrong.


Let's take for example the `features.server_status` section from Apache 2.2:
Expand Down
6 changes: 3 additions & 3 deletions etc/conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ vhost:
# to prepend another subdirectory here.
docroot:
suffix: htdocs
# Array of indecies to serve as default files (e.g.: index.php, index.html, etc)
# Array of indexes to serve as default files (e.g.: index.php, index.html, etc)
index:
- index.php
- index.html
Expand All @@ -106,7 +106,7 @@ vhost:
# Log file settings (error/access log)
access:
# By default the vhost name is used for log file names.
# You can also prepand an additional string to the access log
# You can also prepend an additional string to the access log
# as shown here:
# <prefix><vhost>-access.log
prefix: ''
Expand All @@ -118,7 +118,7 @@ vhost:
stdout: no
error:
# By default the vhost name is used for log file names.
# You can also prepand an additional string to the error log
# You can also prepend an additional string to the error log
# as shown here:
# <prefix><vhost>-error.log
prefix: ''
Expand Down
6 changes: 3 additions & 3 deletions examples/conf.apache22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ vhost:
# to prepend another subdirectory here.
docroot:
suffix: htdocs
# Array of indecies to serve as default files (e.g.: index.php, index.html, etc)
# Array of indexes to serve as default files (e.g.: index.php, index.html, etc)
index:
- index.php
- index.html
Expand All @@ -106,7 +106,7 @@ vhost:
# Log file settings (error/access log)
access:
# By default the vhost name is used for log file names.
# You can also prepand an additional string to the access log
# You can also prepend an additional string to the access log
# as shown here:
# <prefix><vhost>-access.log
prefix: ''
Expand All @@ -118,7 +118,7 @@ vhost:
stdout: no
error:
# By default the vhost name is used for log file names.
# You can also prepand an additional string to the error log
# You can also prepend an additional string to the error log
# as shown here:
# <prefix><vhost>-error.log
prefix: ''
Expand Down
6 changes: 3 additions & 3 deletions examples/conf.apache24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ vhost:
# to prepend another subdirectory here.
docroot:
suffix: htdocs
# Array of indecies to serve as default files (e.g.: index.php, index.html, etc)
# Array of indexes to serve as default files (e.g.: index.php, index.html, etc)
index:
- index.php
- index.html
Expand All @@ -106,7 +106,7 @@ vhost:
# Log file settings (error/access log)
access:
# By default the vhost name is used for log file names.
# You can also prepand an additional string to the access log
# You can also prepend an additional string to the access log
# as shown here:
# <prefix><vhost>-access.log
prefix: ''
Expand All @@ -118,7 +118,7 @@ vhost:
stdout: no
error:
# By default the vhost name is used for log file names.
# You can also prepand an additional string to the error log
# You can also prepend an additional string to the error log
# as shown here:
# <prefix><vhost>-error.log
prefix: ''
Expand Down
6 changes: 3 additions & 3 deletions examples/conf.nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ vhost:
# to prepend another subdirectory here.
docroot:
suffix: htdocs
# Array of indecies to serve as default files (e.g.: index.php, index.html, etc)
# Array of indexes to serve as default files (e.g.: index.php, index.html, etc)
index:
- index.php
- index.html
Expand All @@ -106,7 +106,7 @@ vhost:
# Log file settings (error/access log)
access:
# By default the vhost name is used for log file names.
# You can also prepand an additional string to the access log
# You can also prepend an additional string to the access log
# as shown here:
# <prefix><vhost>-access.log
prefix: ''
Expand All @@ -118,7 +118,7 @@ vhost:
stdout: no
error:
# By default the vhost name is used for log file names.
# You can also prepand an additional string to the error log
# You can also prepend an additional string to the error log
# as shown here:
# <prefix><vhost>-error.log
prefix: ''
Expand Down

0 comments on commit 1d0e733

Please sign in to comment.