Https support ?
How can we add https for glpi as default installation? I would like to have https for glpi and run behind nginx proxy
For HTTPS, it's delegated to your reverse proxy. This can be done with Traefik, acme-companion or others
So bad I cant get it works with my nginx proxy manager :(
I have cloudflare A record proxied and set SSL Full (Strict) mode. I can't find any documentation or guideline in the Internet regarding this setup. Can you guide me a little bit ?
@DiouxX
@ONBET you need to follow your nginx proxy manager's guide. Im using caddyserver for a OSS project and it works fine - you only neeed a one file to set it up (Caddyfile) https://github.com/Toumash/mlflow-docker/pull/11/files
IF you want to stick with nginx - heres the tutorial for that, ive configured multiple nginx servers in the past, and letsencrypt certbot is the easiest one to setup
There is also a PR #32 which already contains apache SSL inside of this docker container
hello guys good afternoon
Continuing with the question of how to configure HTTPS with apache itself