mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-20 12:52:59 +00:00
Enforce .editorconfig by running eclint (#213)
* tune .editorconfig for the existing files * fix reported linting issues * travis: switch language to node_js to be able to run npm * travis: build on ubuntu bionic
This commit is contained in:
+7
-7
@@ -1,7 +1,7 @@
|
||||
# Kopano Z-Push image
|
||||
|
||||
[](https://microbadger.com/images/zokradonh/kopano_zpush "Microbadger size/labels") [](https://microbadger.com/images/zokradonh/kopano_zpush "Microbadger version")
|
||||
|
||||
Image for running Z-Push with Kopano.
|
||||
|
||||
The `kopano_zpush` container is accessible on port 80 and serves Z-Push on `/Microsoft-Server-ActiveSync` ((additional urls are needed in case auto discover should be used).
|
||||
# Kopano Z-Push image
|
||||
|
||||
[](https://microbadger.com/images/zokradonh/kopano_zpush "Microbadger size/labels") [](https://microbadger.com/images/zokradonh/kopano_zpush "Microbadger version")
|
||||
|
||||
Image for running Z-Push with Kopano.
|
||||
|
||||
The `kopano_zpush` container is accessible on port 80 and serves Z-Push on `/Microsoft-Server-ActiveSync` ((additional urls are needed in case auto discover should be used).
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<VirtualHost *:80>
|
||||
DocumentRoot /var/www/
|
||||
DocumentRoot /var/www/
|
||||
|
||||
LogFormat "%{X-Forwarded-For}i %{%a %b %d %T %Y}t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy
|
||||
ErrorLog "|/bin/cat"
|
||||
CustomLog "|/bin/cat" proxy
|
||||
LogFormat "%{X-Forwarded-For}i %{%a %b %d %T %Y}t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy
|
||||
ErrorLog "|/bin/cat"
|
||||
CustomLog "|/bin/cat" proxy
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
Reference in New Issue
Block a user