I started using itflow and I use it behind a reverse proxy, or cloudflare tunnel, depending if I'm on a test server or using it in production
Would it be possible to add the remoteip module to apache during the build process and define the variable in docker compose or .env?
In containers that already have remoteip mod, i generally add a remoteip.conf containing the two values then I switch them as needed
RemoteIPHeader CF-Connecting-IP
# RemoteIPHeader X-Forwarded-For
This is the file mount:
- ./remoteip.conf:/etc/apache2/conf.d/remoteip.conf
I started using itflow and I use it behind a reverse proxy, or cloudflare tunnel, depending if I'm on a test server or using it in production
Would it be possible to add the remoteip module to apache during the build process and define the variable in docker compose or .env?
In containers that already have remoteip mod, i generally add a remoteip.conf containing the two values then I switch them as needed
This is the file mount:
- ./remoteip.conf:/etc/apache2/conf.d/remoteip.conf