Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sualko/cloud_piwik.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus <klaus@jsxc.org>2016-01-19 16:11:42 +0300
committerKlaus <klaus@jsxc.org>2016-01-19 16:11:42 +0300
commit5a429710c5581510b8748f584cfde5441ad60fd9 (patch)
treedc065d0b27d30d15e0c2fae34d41d693e1447244 /README.md
parent404efa79ed2c17938496b0ae2cbb497409457016 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9f9746b..c0fe67f 100644
--- a/README.md
+++ b/README.md
@@ -22,3 +22,6 @@ Track [owncloud](https://owncloud.org) users with [Piwik](https://piwik.org).
- Enable app
- If needed create a new site in your piwik installation
- Insert piwik site id and url on the owncloud admin page (e.g. site id: <code>1</code>, url: <code>//domain.tld/piwik/</code>)
+- If piwik is hosted under a different domain as owncloud you need to use one of two possible proxy methods:
+ - Add <code>RewriteRule "^piwik/(.*)$" "http://piwik.tld/$1" [P]</code> to your <code>.htaccess</code>
+ - Add <code>ProxyPass /piwik/ http://piwik.tld/</code> to your apache VirtualHost section