Glad to help! I made that a practice on my tuned Nginx configs because some updates would overwrite my changes with unhelpful defaults. I would also suggest backing up any config directory like that Just In Case some *helpful* automated process rolls over your changes like a steamroller!
It just means you need to
chattr -i <whatever>.conf
when you need to make changes. Then reset the immutable bit when done.