mirror of
https://github.com/myvesta/vesta
synced 2025-07-08 05:51:25 -07:00
fix for the use of a deprecated directive in nginx
This commit is contained in:
parent
3912de3ed0
commit
12fdd9713e
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
server {
|
server {
|
||||||
listen %ip%:%proxy_ssl_port% http2;
|
listen %ip%:%proxy_ssl_port% ssl http2;
|
||||||
server_name %domain_idn% %alias_idn%;
|
server_name %domain_idn% %alias_idn%;
|
||||||
ssl on;
|
|
||||||
ssl_certificate %ssl_pem%;
|
ssl_certificate %ssl_pem%;
|
||||||
ssl_certificate_key %ssl_key%;
|
ssl_certificate_key %ssl_key%;
|
||||||
error_log /var/log/%web_system%/domains/%domain%.error.log error;
|
error_log /var/log/%web_system%/domains/%domain%.error.log error;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue