expose matomo over ssl
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
61b214c487
commit
a8e64dcab2
|
@ -57,6 +57,11 @@ server {
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass ${MATOMO_PROXY_PASS};
|
proxy_pass ${MATOMO_PROXY_PASS};
|
||||||
|
proxy_set_header Host ${DOLLAR}http_host;
|
||||||
|
proxy_set_header X-Real-IP ${DOLLAR}remote_addr;
|
||||||
|
proxy_set_header X-Forwarded-For ${DOLLAR}proxy_add_x_forwarded_for;
|
||||||
|
proxy_set_header X-Forwarded-Proto ${DOLLAR}scheme;
|
||||||
|
proxy_buffering off;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue