make a seprate folder for samples
This commit is contained in:
parent
72c801f07f
commit
e4fbb4004c
@ -44,9 +44,12 @@ ln -s /config/etc/letsencrypt /etc/letsencrypt
|
||||
cp -n /defaults/dns-conf/* /config/dns-conf/
|
||||
chown -R abc:abc /config/dns-conf
|
||||
|
||||
# copy reverse proxy configs
|
||||
# create folder for reverse proxies
|
||||
cp -R /defaults/proxy-confs /config/nginx/
|
||||
|
||||
# copy reverse proxy config samples
|
||||
cp -R /defaults/proxy-confs-samples /config/nginx/
|
||||
|
||||
# copy/update the fail2ban config defaults to/in /config
|
||||
cp -R /defaults/fail2ban/filter.d /config/fail2ban/
|
||||
cp -R /defaults/fail2ban/action.d /config/fail2ban/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user