docs: instruct to enable ssl module for apache(#447)

This commit is contained in:
Boy132 2022-05-04 16:40:36 +02:00 committed by GitHub
parent 8bd0ed6a8a
commit 056578cb02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,7 @@ below!_ You only need to run `systemctl restart httpd`.
# You do not need to run any of these commands on CentOS
sudo ln -s /etc/apache2/sites-available/pterodactyl.conf /etc/apache2/sites-enabled/pterodactyl.conf
sudo a2enmod rewrite
sudo a2enmod ssl
sudo systemctl restart apache2
```