Is there any drawback to simply changing my storage location? The warning in the documentation scares me:
The data directory must not be treated as a cache. Its contents are not ephemeral or merely for the sake of performance. Caddy stores TLS certificates, private keys, OCSP staples, and other necessary information to the data directory. It should not be purged without understanding the implications.
If I attempt to move the directory in the config, won’t that be the same as purging the directory? Do I need to copy the contents to the new directory first, and are there any negative side effects of that?