-
-
Notifications
You must be signed in to change notification settings - Fork 654
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
seems like http to https redirect is not working #265
Comments
The default is to have both, http and https. A redirect can however be accomplished by setting:
to
in docker-compose.yml It is not yet a configurable variable in |
Thank you for your fast response. I`ve changed the MAIN_VHOST_SSL_TYPE to redir but it has no effect. The "problem" still exists. If i changed it to redirect (Just to test if changes are reconized) the log shows me an error after running docker-compose up as expected.
|
It should be |
There are actually two places:
|
I`ve added redir to MAIN_VHOST_SSL_TYPE and MASS_VHOST_SSL_TYPE but it is still not redirecting. |
It does work fine for me. What is the output of docker logs after applying the above settings? |
@may17 is this still an issue for you? |
This issue will be closed due to staleness.Add required information in order to have it re-opened. |
This isn't working for me either. Win 10 1903. Latest master. .env is basically stock sans the IDs. |
Re-opening, will have a closer look at vhost-gen. |
Any news on this? I would like to help, if some hint can be provided! |
It does work on the intranet with |
saw the commit, great work @cytopia, kudos!!! |
Now fixed in v1.4.0 |
Now it is configurable via |
First of all thanks a lot for the new https feature.
I`ve got one troubleshoot atm. It seems like the redirect from http to https is not working. I could open http://myproject.loc and https://myproject.loc and both are working. Shouldn`t been http://myproject.loc redirected to https://myproject.loc?
I am using HTTPD_SERVER nginx-stable with the default nginx template.
The text was updated successfully, but these errors were encountered: