-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Https support ? #49
Comments
For HTTPS, it's delegated to your reverse proxy. |
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 ? |
@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 |
How can we add https for glpi as default installation? I would like to have https for glpi and run behind nginx proxy
The text was updated successfully, but these errors were encountered: