science695
science695
@cytopia Since they seem to have found an intense debate on this setting, would it not be possible to default it to native, and in instructions for macos say uncomment...
In general When you FTP files to a different machine, the owner will be set as your user account on that server. If you want to confirm that, you can...
With Docker, you could map port 4000 to also go to 443, but you would need someway to identify traffic that is a websocket so that the upgrade header gets...
About Customizing php version per project: If you ran all the different php frpm containers (or all that were configured), you could have a variable set in the project/.devilbox/nginx.yml that...
@adrienne It may be easier to "hack" it for a single setup then it would be to make it available for everyone with configurable setup. Here are a few steps...
I have another possible feature that might be nice to roll into this. I have 2 subdomains and they run different php.ini error warning levels. Would it be possible to...
And if you had this type of config, you could also use it to register custom container with the devilbox intranet so it could give status checks on those other...
@MrSnoozles I usually just use a symlink for the couple projects I have that need a different document root
Could this be achieved by having the vhost detection build up a EXTRA_HOSTS string for bind to use?
@anApeThrummingAViola Unsafe permission errors in linux, usually mean the file has too much access, not too little. i.e.: it is world writable, or world readable. Depending on the situation, even...