Matthew Smith
Matthew Smith
There is not a way to do this from the app. You can rename the sites public folder (e.g. public/sites/mysite-disabled). That would essentially disable it temporarily.
Probably would rather have: - public/sites - public/sites-production
I am hoping this is one of those Angular oddities that is fixed as the Angular CLI matures. Right now, you have to enable prod mode in code. By enabling...
I will keep it open for now. I am going to do some more research around this.
Thanks for the feedback! For local builds, we have been focused on Vagrant and Docker to make installation easier. This helps mitigate the headaches of setting up a local environment....
I will update the docs to add the /create step. You are not the first one to want NGINX. Here is a configuration from the forum that worked for non-SSL...
> Why don't just create copy&paste installations such as WordPress? I prefer working in a framework (in this case, Lumen/Laravel) so Respond carries the baggage brought by that framework. Respond...
I will take a look at this soon. I think this is easy to fix.
This is somewhat fixed in my dev build. Now, it is a letter behind. Still not right, but I will keep on it.
This is now fixed on Github.