mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
ssl config fix for centos apache (#7562)
* docs: ssl config fix for cent os apache fixed line syntax error. * Update SSL-Configuration.md accident did not mean to remove that.
This commit is contained in:
committed by
Neil Lathwood
parent
a93bb6635d
commit
9d41301200
@ -77,18 +77,17 @@ Your VirtualHost for 443 will need to look something like this for LibreNMS
|
||||
SSLCertificateFile /etc/pki/tls/certs/ca.crt
|
||||
SSLCertificateKeyFile /etc/pki/tls/private/ca.key
|
||||
<Directory "/opt/librenms/html/">
|
||||
DocumentRoot /opt/librenms/html/
|
||||
AllowOverride All
|
||||
AllowEncodedSlashes NoDecode
|
||||
Require all granted
|
||||
Options FollowSymLinks MultiViews
|
||||
</Directory>
|
||||
DocumentRoot /opt/librenms/html/
|
||||
AllowEncodedSlashes NoDecode
|
||||
ServerName librenms.example.com
|
||||
CustomLog /opt/librenms/logs/access_log combined
|
||||
ErrorLog /opt/librenms/logs/error_log
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
```
|
||||
#### Step 2
|
||||
Then restart Apache `sudo systemctl restart httpd`
|
||||
|
Reference in New Issue
Block a user