.
continuous-integration/drone/push Build was killed Detalles

This commit is contained in:
Giles Bradshaw 2020-05-05 12:25:19 +01:00
padre fe2be7b23e
commit fe75e5ff3a
Se han modificado 1 ficheros con 5 adiciones y 0 borrados

Ver fichero

@ -154,6 +154,11 @@ server {
location ~ ${MATOMO_LOCATION}(.*) {
resolver 127.0.0.11 ipv6=off valid=30s; ## internal docker dns
set ${DOLLAR}upstream ${MATOMO_PROXY_PASS}${DOLLAR}1${DOLLAR}is_args${DOLLAR}args;
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;
proxy_pass ${DOLLAR}upstream;
}