diff --git a/panel/1.0/webserver_configuration.md b/panel/1.0/webserver_configuration.md index 80fa2554..78880110 100644 --- a/panel/1.0/webserver_configuration.md +++ b/panel/1.0/webserver_configuration.md @@ -81,28 +81,6 @@ You should paste the contents of the file below, replacing `` with your Note: When using Apache, make sure you have the `libapache2-mod-php` package installed or else PHP will not display on your webserver. -======= - -Once you've created the file above, simply run the commands below. If you are on CentOS _you do not need to run the commands -below!_ You only need to run `systemctl restart httpd`. - -```bash -# 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 -systemctl restart apache2 -``` - -::: -::: tab "Apache Without SSL" - -### Apache Without SSL - -You should paste the contents of the file below, replacing `` with your domain name being used in a file called -`pterodactyl.conf` and place it in `/etc/apache2/sites-available`, or — if on CentOS, `/etc/httpd/conf.d/`. - -Note: When using Apache, make sure you have the `libapache2-mod-php` package installed or else PHP will not display on your webserver. - <<< @/.snippets/webservers/apache-nossl.conf{2} ### Enabling Configuration Once you've created the file above, simply run the commands below. If you are on CentOS _you do not need to run the commands