-
Notifications
You must be signed in to change notification settings - Fork 471
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
forced to use symfony.dev ? #58
Comments
UP |
I'm not sure this repo is still managed.. |
@yohancourbe ah ok, thank you |
Hiya @devDzign @yohancourbe, @yohancourbe it is still maintained, I'm just running out of time theses days 😉 |
Yesterday I was forced to change the domain name because Chrome is forcing .dev domains to https. |
FYI this stack now uses symfony.local (see #90). HSTS isn't a problem anymore |
Great!
…On Jan 29, 2018 3:31 PM, "Maxence Poutord" ***@***.***> wrote:
FYI this stack now uses symfony.local (see #90
<#90>). HSTS isn't a problem
anymore
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#58 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARGfHw-Zw78JIM8sPO-35YvLXBoRM7E-ks5tPdZAgaJpZM4M8n1G>
.
|
@yohancourbe assuming you run 2 complete instances of these docker-compose.yml how do you configure separately both ? I mapped port 3000 for first docker-compose on nginx and 3100 on the second but I get some sort of load balancing no matter the port, on a refresh response switches between first and second |
I don't think it makes sense to force the use of symfony.dev. It's quite restrictive for example if you want to run multiple of this build on a server, you need to edit the config of each containers. In my opinion, the virtualhost filtering should be done by a reverse proxy, not by this container.
I would propose to
rm /etc/nginx/site-available/default.conf
anddefault_server
if we want to keep this feature, it should be at least a parameter in
.env
The text was updated successfully, but these errors were encountered: