Создал(а) 'default-ssl.conf'
This commit is contained in:
parent
1c31b3d733
commit
a84a776c5d
23
default-ssl.conf
Normal file
23
default-ssl.conf
Normal file
@ -0,0 +1,23 @@
|
||||
<IfModule mod_ssl.c>
|
||||
<VirtualHost *:443>
|
||||
ServerAdmin webmaster@localhost
|
||||
ServerName 1c.dfosd.synology.me
|
||||
|
||||
DocumentRoot /var/www/html
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
||||
SSLEngine on
|
||||
|
||||
SSLCertificateFile /letsencrypt/fullchain.pem
|
||||
SSLCertificateKeyFile /letsencrypt/privkey.pem
|
||||
|
||||
<FilesMatch "\.(cgi|shtml|phtml|php)$">
|
||||
SSLOptions +StdEnvVars
|
||||
</FilesMatch>
|
||||
<Directory /usr/lib/cgi-bin>
|
||||
SSLOptions +StdEnvVars
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
</IfModule>
|
||||
Loading…
x
Reference in New Issue
Block a user