additional_fqdns domains are not added in the server configuration #181
shochdoerfer
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Moin @shochdoerfer, The additional hostnames and additional_fqdns settings both add to the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the plugin does not add a server entry for domains configured via the
additional_fqdns
ddev setting. I would assume the same applies to hostnames defined via theadditional_hostnames
setting.Since our git repository project names and thus our ddev project names are a bit cryptic, we usually define a "user-friendly" version via
additional_fqdns
(also to keep backward compatibility with our old Docker setup). It would be beneficial if all domains defined inadditional_fqdns
andadditional_hostnames
are also properly configured in the server settings. This would allow debugging via xdebug for any of the configured domains.Beta Was this translation helpful? Give feedback.
All reactions