Update webserver_configuration.md

This commit is contained in:
AreYouScared 2019-10-08 17:50:45 -04:00 committed by GitHub
parent 1d3fd328e4
commit 6ddcb3e9bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,9 @@ This configuration assumes that you will be using SSL on both the Panel and Daem
security between users and the Panel. You will need to get a valid SSL certificate which can be done for free by using
Let's Encrypt.
**When using the SSL configuration you MUST create SSL certificates, otherwise your NGINX will fail to start. See [Creating SSL Certificates](/tutorials/creating_ssl_certificates.html) documentation page for how to create these certificates before continuing.**
::: warning
When using the SSL configuration you MUST create SSL certificates, otherwise your NGINX will fail to start. See [Creating SSL Certificates](/tutorials/creating_ssl_certificates.html) documentation page for how to create these certificates before continuing.
:::
<<< @/.snippets/webservers/nginx.conf{5,11,26-27}
@ -45,7 +47,9 @@ Note: When using Apache, make sure you have the `libapache2-mod-php` package ins
### Apache With SSL
Like the nginx configuration, this assumes you will be using SSL on both the Panel and Daemons for improved security.
**When using the SSL configuration you MUST create SSL certificates, otherwise your Apache will fail to start. See [Creating SSL Certificates](/tutorials/creating_ssl_certificates.html) documentation page for how to create these certificates before continuing.**
::: warning
When using the SSL configuration you MUST create SSL certificates, otherwise your Apache will fail to start. See [Creating SSL Certificates](/tutorials/creating_ssl_certificates.html) documentation page for how to create these certificates before continuing.
:::
<<< @/.snippets/webservers/apache.conf{2,8,17-18}