X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=bookworm%2Fsetup_scripts%2Fsetup_web.sh;h=a5b58382b95dbd03f107f63e1da177c91d778a02;hb=e8069404cf5492a7204d0864ddfbb0047972d8e3;hp=7f2c5a2a7b4ce2f6603cdafaea14067ebc4626fe;hpb=3692335da2ad6f17a18c487843af296801c4738b;p=config diff --git a/bookworm/setup_scripts/setup_web.sh b/bookworm/setup_scripts/setup_web.sh index 7f2c5a2..a5b5838 100755 --- a/bookworm/setup_scripts/setup_web.sh +++ b/bookworm/setup_scripts/setup_web.sh @@ -6,8 +6,8 @@ expect_n_args 1 "(domain name)" "$@" domain="$1" # Install configs, set up firewall. -./install_for_target.sh web -./copy_dirtree.sh "${config_tree_prefix}/etc_files" "" web +./install_for_target.sh web static_websites +./copy_dirtree.sh "${config_tree_prefix}/etc_files" "" web static_websites nft -f /etc/nftables.conf # Set up letsencrypt certificate. TODO: Is it auto-renewed?