Sam Rang
Sam Rang
searching for this feature was how I found out about your plugin, this would be awesome!
So I've got to write something up anyways, so if no one else takes it before then (shooting to have it done this week) I'll contribute that back here as...
I was gonna put up a PR with an update to assemble that looks for a file called ‘nginx-default-loc.conf’ and if found, sed’s the default location block with an include...
The issue I ran into when trying to serve an SPA using ‘nginx-default-cfg/‘ was that when I needed to serve the app from root it conflicted with the existing location...
Hey sorry it took me so long to get something together. I still have a couple kinks to work out but here is an example of what I'm looking to...
@jkroepke in the short term you might be able to pull out the `sed` snippet from above and then run your copy command into `nginx.default.d`. `sed` snippet for reference: ```...
@jkroepke yeah it'd be great if it was a little easier soooo @omron93 @notroj do we think this is a good feature candidate? If so I can finalize a PR...