-
Notifications
You must be signed in to change notification settings - Fork 78
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
Nginx proxy with ssl support? #11
Comments
Amazing. ChatGPT (4) to the rescue, this worked for me:
GPT4 Comment:
Remember to replace ##PROXY_PASS## with the actual address of your backend server. After making these changes, you should restart or reload Nginx for the changes to take effect. |
Great work! Very fitting to use ChatGPT to help as well :) Thank you for sharing the results of your work too, other people can certainly benefit from your contribution. I have also tested it using nginx to expose a subdomain
The template comes from the nginx letsencrypt docker container, but this is an "all roads lead to Rome" kind of thing, where we can happily confirm that a couple of different configurations have both successfully reverse proxied an https connection to I will leave this issue open until I add a note to the |
I am looking for a working Docker configuration with an Nginx proxy? Did you get this working by chance?
The text was updated successfully, but these errors were encountered: