fix typo in name of wp-security.conf file

This commit is contained in:
Matthew Saunders Brown 2023-09-27 15:14:06 -07:00
parent 4dba66458b
commit 172b97e19b
2 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,9 @@ systemctl enable wp-cron.timer
systemctl start wp-cron.timer
# enable wp-security, restricts access to wordpress directories
cp etc/apache2/conf-available/wp-secuirty.conf /etc/apache2/conf-available/wp-secuirty.conf
chmod 644 /etc/apache2/conf-available/wp-secuirty.conf
a2enconf wp-secuirty
cp etc/apache2/conf-available/wp-security.conf /etc/apache2/conf-available/wp-security.conf
chmod 644 /etc/apache2/conf-available/wp-security.conf
a2enconf wp-security
systemctl reload apache2
# fail2ban wordpress configs