mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
Merge pull request #76 from darbyjack/master
Clarify something for Apache
This commit is contained in:
commit
6a796da4df
@ -211,12 +211,10 @@ If you are not using `redis` for anything you should remove the `After=` line, o
|
||||
when the service starts.
|
||||
:::
|
||||
|
||||
:::
|
||||
If you are are using redis for your system, you will want to make sure to enable that it will start on boot. You can do that by running the following command:
|
||||
```bash
|
||||
sudo systemctl enable redis-server
|
||||
```
|
||||
:::
|
||||
|
||||
Finally, enable the service and set it to boot on machine start.
|
||||
|
||||
|
||||
@ -38,6 +38,8 @@ systemctl restart nginx
|
||||
You should paste the contents of the file below, replacing `<domain>` 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.
|
||||
|
||||
### Apache With SSL
|
||||
Like the nginx configuration, this assumes you will be using SSL on both the Panel and Daemons for improved security. You will need to visit our [Creating SSL Certificates](/tutorials/creating_ssl_certificates.html) documentation page on how to create these certificates.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user