You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if you'd accept a PR that tries to refactor some of the file handling in vhost etc to use concat::fragment rather than writing files directly into tmp dirs and building them from there.
If so I'll give it a go!
The text was updated successfully, but these errors were encountered:
Truthfully, the concat pattern used here is unnecessary. I'd rather conf.d this sucker, and drop individual files in sites-enabled and move on with life. Care to take that on?
Probably just my lack of experience with nginx but how would that handle things like ssl, locations, etc? Don't they all need to be weaved into a single vhost.conf in the end which is where concat comes in?
I was wondering if you'd accept a PR that tries to refactor some of the file handling in vhost etc to use concat::fragment rather than writing files directly into tmp dirs and building them from there.
If so I'll give it a go!
The text was updated successfully, but these errors were encountered: