Skip to content

Commit

Permalink
fix for the use of a deprecated directive in nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-reutov committed Feb 28, 2019
1 parent c11a1b1 commit e396233
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install/ubuntu/12.04/templates/web/nginx/http2.stpl
@@ -1,7 +1,6 @@
server {
listen %ip%:%proxy_ssl_port% http2;
listen %ip%:%proxy_ssl_port% ssl http2;
server_name %domain_idn% %alias_idn%;
ssl on;
ssl_certificate %ssl_pem%;
ssl_certificate_key %ssl_key%;
error_log /var/log/%web_system%/domains/%domain%.error.log error;
Expand Down

0 comments on commit e396233

Please sign in to comment.