home · contact · privacy
Fix bugs, add tube.plomlompom.com mirroring.
[config] / bookworm / setup_scripts / setup_web.sh
index a2e672f684899ce51620f7ba1090cb91192a900c..c9cc0ac0c11cf6daa9556009d40a0eb5634c349d 100755 (executable)
@@ -12,6 +12,8 @@ domain="$1"
 ./copy_dirtree.sh "${config_tree_prefix}/etc_files" "" web
 nft -f /etc/nftables.conf
 
+chown plom /var/www
+
 # # Set up letsencrypt certificate. TODO: Is it auto-renewed?
 # ln -sf /etc/nginx/sites-available/default /etc/nginx/sites-enabled/default
 # certbot --nginx --agree-tos --redirect --no-eff-email -m "${mail}" -d "${domain}"