Moving tmp to opt dir for stability of lsyncd

This commit is contained in:
Tyler Hale 2024-07-28 12:47:35 -06:00
parent c04b9a22a8
commit 9c1f0b1a98
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96

View file

@ -4,7 +4,7 @@
nginx_cluster_user: root nginx_cluster_user: root
nginx_cluster_private_key: "/root/.ssh/lsyncd" nginx_cluster_private_key: "/root/.ssh/lsyncd"
nginx_cluster_temp_dir: "/tmp/lsyncdSyncTemp" nginx_cluster_temp_dir: "/opt/lsyncdSyncTemp"
nginx_cluser_sync_site_dir: "/var/www/html" nginx_cluser_sync_site_dir: "/var/www/html"
nginx_cluser_sync_config_dir: "/etc/nginx" nginx_cluser_sync_config_dir: "/etc/nginx"