Skip to content
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

Closed
bschmalhofer opened this issue Jul 6, 2020 · 2 comments
Closed

Docker: incorrect start URL after installer.pl has run #138

bschmalhofer opened this issue Jul 6, 2020 · 2 comments
Milestone

Comments

@bschmalhofer
Copy link
Contributor

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.

@bschmalhofer bschmalhofer changed the title Docker: inkorrect start URL afte installer.pl has run Docker: inkorrect start URL after installer.pl has run Jul 6, 2020
@bschmalhofer bschmalhofer changed the title Docker: inkorrect start URL after installer.pl has run Docker: incorrect start URL after installer.pl has run Jul 6, 2020
@bschmalhofer
Copy link
Contributor Author

bschmalhofer commented Jul 6, 2020

Also fix the incorrect HTTP port forwarding for otobo nginx.
Also fix https://localhost/hello.

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
PSGI expects a byte stream.
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}
@bschmalhofer
Copy link
Contributor Author

Looks better now.

@bschmalhofer bschmalhofer added this to the OTOBO 10.0 milestone Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant