Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gseidel committed Aug 11, 2019
1 parent f2cb18a commit 11beb07
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .phplint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
path: ./src
jobs: 10
cache: build/phplint/phplint.cache
extensions:
- php
exclude:
- vendor
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
![alt text](assets/enhavo/images/enhavo.svg "enhavo")
<br/>
<br/>

Enhavo Proxy
------------

Expand All @@ -10,6 +14,15 @@ Enhavo proxy is made for docker, so it's easy to install on docker hosts.
Please don't use it for production unless we release version 1.0. We can't guarantee backward compatibility and we may
have still miss configuration.

Architecture
------------

We use varnish as proxy server. Varnish can't handle ssl request by default, so we use nginx to resolve https request.
We use apache only for the web interface, which is based on [enhavo](https://github.com/enhavo/enhavo). With the
application you can also handle the network configuration and firewall settings.

![alt text](assets/enhavo/images/enhavo.svg "enhavo-proxy")

Contribution
------------

Expand Down
158 changes: 158 additions & 0 deletions assets/enhavo/images/enhavo-proxy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 11beb07

Please sign in to comment.