VirtuBox
VirtuBox
Hello @nfguide, I will investigate on this, but I haven't be able to reproduce this issue on a fresh debian 9 install.
Hello, it's only because the module folder is `ngx_cache_purge` and not `nginx-cache-purge`. What do you mean by manually purge cache ?
Hello vasiler, Thanks for your report. It's only an issue with logs redirection, a fix will be available in the next release.
Compilation with OpenSSL-3.0.0-dev isn't up-to-date. But compilation with pagespeed beta, openssl and libressl is working properly on my side. [](https://asciinema.org/a/RtbWArXIpB5HWY3Hd4E8Peq43) And it's also working with Github Actions CI : https://github.com/VirtuBox/nginx-ee/runs/285477331...
OpenSSL_3.0.0-dev patch isn't up-to-date, I will update the script in the next few days. But it should work with other options.
I'm investigating on this issue
Issue has been fixed with the last release (v3.6.5)
Hello @inspiredearth, you just have to set www-data as owner of the directory /var/www : ```bash chown www-data /var/www ``` Then you should be able to use wp-cli without issue.
Hello @yogeshbeniwal, thanks for your report. It will be done soon.
Hello @dingman, this is an excellent suggestion. For `wo update`, it will be pretty easy to add additional informations and to prompt user for confirmation. For `wo stack upgrade`, it's...