-
Notifications
You must be signed in to change notification settings - Fork 74
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
Docker: incorrect start URL after installer.pl has run #138
Milestone
Comments
Also fix the incorrect HTTP port forwarding for otobo nginx. |
bschmalhofer
added a commit
that referenced
this issue
Jul 6, 2020
On otobo nginx the HTTP port is 80. 5000 is the internal HTTP port in otobo web.
bschmalhofer
added a commit
that referenced
this issue
Jul 6, 2020
bschmalhofer
added a commit
that referenced
this issue
Jul 6, 2020
bschmalhofer
added a commit
that referenced
this issue
Jul 6, 2020
bschmalhofer
added a commit
that referenced
this issue
Jul 6, 2020
This time with the fold case function fc().
bschmalhofer
added a commit
that referenced
this issue
Jul 6, 2020
Issue #138: case insensitive check of $ENV{HTTPS}
Looks better now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run installer.pl via the nginx-proxy gives inkorrekt URL when it is finished.
http://web:5000/otobo/index.pl instead of https://otobo/otobo/index.pl
https://metacpan.org/pod/Plack::Middleware::ReverseProxy might fix this.
The text was updated successfully, but these errors were encountered: