Kevin Shenk
Kevin Shenk
Sorry, I spoke a bit out of turn. I just realized from your release notes that the FILE UPLOAD SIZE setting takes care of most of this last comment. I'll...
Arrg again. I just realized that this is already completely taken care of with the existing FILE UPLOAD SIZE setting. I was unfortunately looking at the PHP tab instead of...
I would expect this to be due to the version, not the package type. Let's Encrypt wildcard support was issued sometime after the service was first introduced. Snap packages allow...
I'm not quite understanding, as I think it would be the same command/binary name/syntax either way, but I must be missing something. Full disclosure, I'm already using these packages in...
Oh, and in a Proxmox/OpenStack scenario, this should allow for servers using private IP addresses, eliminating the cost and hassle of provisioning public IP addresses for ever server, assuming that...
BTW, I have this working with a manual config under WPCD NGINX, following the instructions on the [Cloudflare guide](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide/local/), with a bit of community guidance, and my own finagling: 1....
Here's an enhanced snippet for `wp-config.php`: ``` if ( $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https' ) { $_SERVER['HTTPS'] = 'on'; $_SERVER['SERVER_PORT'] = 443; } ```
> (Plus I shudder to think about the support level that would be required if this was added and a user didn't quite understand what pushing the button did or...
Another possible advantage of this that could impact all types of users, BTW, would be the ability to do quick/seamless server migrations and restorations, and possibly even fail-over, without needing...
Here's another vote to have this plugin provide a dedicated ACF field. Supporting other popular plugins is already within the scope of this plugin, as bbPress and BuddyPress are already...