diff --git a/panel/1.0/webserver_configuration.md b/panel/1.0/webserver_configuration.md index f3cd5a3a..d6cf8952 100644 --- a/panel/1.0/webserver_configuration.md +++ b/panel/1.0/webserver_configuration.md @@ -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 ```