Translations:Configuring Apache to use SSL/8/en

From Alliance Doc
Revision as of 20:25, 25 May 2023 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

inside the <VirtualHost> tag.

  • Enable the SSL-enabled website
    [name@server ~]$ sudo a2ensite default-ssl.conf
    [name@server ~]$ sudo service apache2 restart