We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3fcfa commit 7035d4fCopy full SHA for 7035d4f
1 file changed
sites-available/matomo.conf
@@ -3,7 +3,9 @@ server {
3
listen 80;
4
server_name matomo.example.com;
5
# Redirect all HTTP requests to HTTPS with a 301 Moved Permanently response.
6
- return 301 https://$host$request_uri;
+ location / {
7
+ return 301 https://$host$request_uri;
8
+ }
9
}
10
server {
11
listen [::]:443 ssl http2; # remove this if you don't want Matomo to be reachable from IPv6
0 commit comments