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
Fix port
not being reset on redirect
#729
Conversation
Why does Travis need port 80? |
|
So I guess it should be |
Can't you pick a different port than |
Then we would have to have |
Yeah, I can. Or... we could check the error if there's nothing listening on 80... |
IMO using sudo shouldn't affect the performance... But I believe you're right :) |
It's not "using sudo" that makes it slow. It's just that the Docker images on Travis don't support sudo, so when you enable sudo support there it will use the old non-Docker images, which are slower. |
Thanks for explaination, makes sense. |
We could also use |
If |
But
Ok, I'll do it :) |
Fixes #719