Randy Fay
Randy Fay
Sorry to have you discovering that problem. I'll be happy to take it up if you don't want to. Seems some docs must have been lost somewhere along the way.
Snippets (that go in .ddev/nginx) are included in the last line of the nginx-site.conf: ``` include /mnt/ddev_config/nginx/*.conf; ``` https://github.com/ddev/ddev/blob/c9d8f544333e7d8f4692280279169df5f228fdcc/pkg/ddevapp/webserver_config_assets/nginx-site-php.conf#L70 That means that they can do anything they want in the...
I just realized that this probably actually belongs in https://ddev.readthedocs.io/en/latest/users/extend/customization-extendibility/#using-nodejs-with-ddev instead of in the nginx section (but the nginx section to refer to it)
I'm spending a little time with this.
Added minor changes and rebased. Have you manually tested the node configuration that you suggest here? I didn't initially realize that this was relying on manually changing the server_name, which...
I know tremendously little about the node.js ecosystem. But I assume there are websites entirely implemented in node.js, which could then be used with an nginx front-end and node.js back-end....
I think this ends up being too complex for the regular docs. Would you consider doing this as an article in ddev.com, or Stack Overflow? I do think we can...
I'll close this then in anticipation of your blog post. Please do take another look at this one and see if there's things you captured that need to be done...
I think this is probably a drush issue and not a DDEV issue. Best to solve in drush. Discord discussion: https://discord.com/channels/664580571770388500/1239629371279671316 You might be able to bind-mount an empty directory...
This looks fine to me, thanks. Does need manual testing. DDEV_VERBOSE=true might be good enough, but probably step-debugging it would be adequate as well. We can just rename one of...