fix .conf
This commit is contained in:
parent
e381aae07a
commit
9adba3f640
10
www.conf
10
www.conf
@ -8,7 +8,7 @@ Define log_file ${log_dir}/${short_name}
|
||||
Define error_log_file ${log_file}.error.log
|
||||
Define access_log_file ${log_file}.access.log
|
||||
|
||||
<VirtualHost *:443>
|
||||
<VirtualHost zapashcanon.fr:443>
|
||||
|
||||
ServerName zapashcanon.fr
|
||||
|
||||
@ -18,7 +18,6 @@ Define access_log_file ${log_file}.access.log
|
||||
CustomLog ${access_log_file} combined
|
||||
|
||||
Protocols h2 http/1.1
|
||||
SSLProtocol -all +TLSv1.2
|
||||
|
||||
SSLCertificateFile ${cert_dir}/${cert_name}/fullchain.pem
|
||||
SSLCertificateKeyFile ${cert_dir}/${cert_name}/privkey.pem
|
||||
@ -26,21 +25,20 @@ Define access_log_file ${log_file}.access.log
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:443>
|
||||
<VirtualHost www.zapashcanon.fr:443>
|
||||
|
||||
ServerName ${server_name}
|
||||
ServerAdmin ${admin_mail}
|
||||
ServerAlias zapashcanon.fr
|
||||
|
||||
ProxyPass / http://127.0.0.1:3069/
|
||||
ProxyPassReverse / http://127.0.0.1:3069/
|
||||
ProxyPass / http://localhost:3069/
|
||||
ProxyPassReverse / http://localhost:3069/
|
||||
ProxyRequests Off
|
||||
|
||||
ErrorLog ${error_log_file}
|
||||
CustomLog ${access_log_file} combined
|
||||
|
||||
Protocols h2 http/1.1
|
||||
SSLProtocol -all +TLSv1.2
|
||||
|
||||
SSLCertificateFile ${cert_dir}/${cert_name}/fullchain.pem
|
||||
SSLCertificateKeyFile ${cert_dir}/${cert_name}/privkey.pem
|
||||
|
Loading…
x
Reference in New Issue
Block a user