Skip to content

Commit

Permalink
Merge pull request #52 from yangboz/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sualko authored Apr 3, 2018
2 parents 42073ed + 6d3da35 commit a02f5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a02f5d2

Please sign in to comment.