Skip to content

Commit

Permalink
Merge pull request #14 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Readme updated
  • Loading branch information
andyone authored Jul 14, 2016
2 parents ac714b1 + fce1ff5 commit e9a91c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

`webkaos` is a web-server based on latest version of [Nginx](http://nginx.org).

### Feature list
## Feature list

* Improved default SSL preferencies (A+ by default on [SSL Labs](https://www.ssllabs.com/ssltest/))
* Improved SSL/TLS performance
Expand All @@ -15,23 +15,23 @@
* Improved design of index pages
* Performance tuning for highload

### Installation
## Installation

###### From ESSENTIAL KAOS Public repo for RHEL6/CentOS6
#### From ESSENTIAL KAOS Public repo for RHEL6/CentOS6

````
yum install -y https://yum.kaos.io/6/release/i386/kaos-repo-7.0-0.el6.noarch.rpm
yum install webkaos
````

###### From ESSENTIAL KAOS Public repo for RHEL7/CentOS7
#### From ESSENTIAL KAOS Public repo for RHEL7/CentOS7

````
yum install -y https://yum.kaos.io/7/release/x86_64/kaos-repo-7.0-0.el7.noarch.rpm
yum install webkaos
````

###### Using [rpmbuilder](https://github.com/essentialkaos/rpmbuilder)
#### Using [rpmbuilder](https://github.com/essentialkaos/rpmbuilder)

````
... install and configure rpmbuilder there
Expand All @@ -41,6 +41,6 @@ rpmbuilder webkaos.spec -dl SOURCES/
rpmbuilder webkaos.spec -1 -V -di
````

### License
## License

BSD 2-clause

0 comments on commit e9a91c7

Please sign in to comment.