You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ In this case it should be enough to just take `sites-available/matomo.conf`, che
11
11
- Clone this repository or [download it as a zip](https://github.com/matomo-org/matomo-nginx/archive/master.zip) then move its contents to `/etc/nginx/` (or wherever you store your nginx config).
12
12
- Read through `sites-available/matomo.conf` and modify it to fit your use case:
13
13
- Set `server_name` to the domain(s) of your Matomo instance
14
-
- Set the path to your SSL certificate (I recommend you make sure your Matomo instance is reachable only via HTTPS. If you don't have an SSL certificate for your domain yet, check out [Let's Encrypt](https://letsencrypt.org/).)
14
+
- Set the path to your SSL certificate (We recommend you make sure your Matomo instance is reachable only via HTTPS. If you don't have an SSL certificate for your domain yet, check out [Let's Encrypt](https://letsencrypt.org/).)
15
15
- In case you want to support old browsers, you'll need to modify `ssl.conf` according to your needs. The [Mozilla SSL Config Generator](https://mozilla.github.io/server-side-tls/ssl-config-generator/) can help you.
16
16
- Replace `/var/www/matomo/` with the path to your Matomo instance.
17
17
- Configure PHP (this depends on your OS and PHP setup):
0 commit comments