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:
authorKnight.zhou <youngwelle@gmail.com>2018-04-02 16:39:40 +0300
committerGitHub <noreply@github.com>2018-04-02 16:39:40 +0300
commit6d3da35881db4e3beb7a44a62bf1b9bbb2cccfb7 (patch)
treea1c3b62a7f7168ee40c976b252660f6fff6976d4
parent42073ed5bb646231106dcd6f9ea2a1a9e3faf45e (diff)
Update README.md
Make sure the apache proxy module has loaded before ProxyPass ;
-rwxr-xr-xREADME.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4fb8894..c57b276 100755
--- a/README.md
+++ b/README.md
@@ -24,4 +24,5 @@ Track [Nextcloud](https://nextcloud.com) users with [Piwik/Matomo](https://matom
- Insert Piwik/Matomo site id and url on the cloud admin page (e.g. site id: <code>1</code>, url: <code>//domain.tld/piwik/</code>)
- If Piwik/Matomo is hosted under a different domain as your cloud you maybe need to use one of two possible proxy methods:
- Add <code>RewriteRule "^piwik/(.*)$" "http://piwik.tld/$1" [P]</code> to your <code>.htaccess</code>
+ - a2enmod proxy
- Add <code>ProxyPass /piwik/ http://piwik.tld/</code> to your apache VirtualHost section