Skip to content

Commit 06909e0

Browse files
authored
Merge pull request #619 from element-hq/will-update-readme-upgrade
Add ESS Pro upgrade link to README
2 parents 1044742 + 0723cf2 commit 06909e0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ There are three editions of **Element Server Suite**:
3434
## ESS Community
3535
ESS Community is a cutting-edge Matrix distribution including all the latest features of the Matrix server Synapse and other components. It is freely available under the AGPLv3 license and tailored to small-/mid-scale, non-commercial community use cases. It's designed to easily and quickly set up a Matrix deployment. It comprises the basic components needed to get you running and is a great way to get started.
3636

37+
To get professional support & upgrade to ESS Pro, [contact Element](https://try.element.io/upgrade-ess-community).
38+
3739
## ESS Pro
3840
[ESS Pro](https://element.io/server-suite) is the commercial backend distribution from Element. It includes everything in ESS Community plus additional features and services that are tailored to professional environments with more than 100 users up to massive scale in the millions. It is designed to support enterprise requirements in terms of advanced IAM, compliance, scalability, high availability, high density and multi-tenancy. ESS Pro makes use of Synapse Pro to provide infrastructure cost savings and improved user experience under high load. It uses Element’s Secure Border Gateway (SBG) as an application layer firewall to manage federation and to ensure that deployments stay compliant at any time. ESS Pro includes L3 support, Long-term Support (LTS), Advanced Security Advisory and prepares you for the Cyber Resilience Act (CRA).
3941

@@ -334,7 +336,7 @@ Find below a minimal example of an Apache2 vhost to work as a reverse proxy with
334336
SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1
335337
Header unset Strict-Transport-Security
336338
Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
337-
339+
338340
ProxyPreserveHost On
339341
ProxyPass / http://127.0.0.1:8080/ nocanon
340342
ProxyPassReverse / http://127.0.0.1:8080/
@@ -378,7 +380,7 @@ server {
378380
proxy_set_header Host $host;
379381
380382
client_max_body_size 50M;
381-
383+
382384
proxy_http_version 1.1;
383385
proxy_set_header Upgrade $http_upgrade;
384386
proxy_set_header Connection "upgrade";

0 commit comments

Comments
 (0)