doc: server configuration: fix apache site config file name
This commit is contained in:
parent
d8847936d4
commit
5eece37b0a
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ sudo nano /etc/apache2/sites-available/shaarli.mydomain.org.conf
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Enable the virtualhost
|
# Enable the virtualhost
|
||||||
sudo a2ensite shaarli
|
sudo a2ensite shaarli.mydomain.org
|
||||||
|
|
||||||
# mod_ssl must be enabled to use TLS/SSL certificates
|
# mod_ssl must be enabled to use TLS/SSL certificates
|
||||||
# https://httpd.apache.org/docs/current/mod/mod_ssl.html
|
# https://httpd.apache.org/docs/current/mod/mod_ssl.html
|
||||||
|
|
Loading…
Reference in a new issue