mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 22:58:07 +02:00
Updated Running Friendica with SSL (markdown)
parent
098ab2cd4a
commit
fa48750d42
1 changed files with 4 additions and 2 deletions
|
@ -79,7 +79,8 @@ For this to work, Apache offers a ``NameVirtualHost`` directive. You can see how
|
|||
DocumentRoot /var/www/anywhere
|
||||
Servername www.anywhere.net
|
||||
SSLEngine On
|
||||
<pointers to a an eligible cert>
|
||||
<pointers to a an eligible cert: For example:
|
||||
SSLCertificateFile /etc/apache2/ssl/ssl.crt>
|
||||
<more ssl stuff >
|
||||
<other stuff>
|
||||
</VirtualHost>
|
||||
|
@ -93,7 +94,8 @@ For this to work, Apache offers a ``NameVirtualHost`` directive. You can see how
|
|||
DocumentRoot /var/www/somewhere-else
|
||||
Servername www.somewhere-else.net
|
||||
SSLEngine On
|
||||
<pointers to another eligible cert>
|
||||
<pointers to a an eligible cert: For example:
|
||||
SSLCertificateFile /etc/apache2/ssl/otherssl.crt>
|
||||
<more ssl stuff >
|
||||
<other stuff>
|
||||
</VirtualHost>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue