From cae033c3a6d9cc4c0cfb1e6a335012c926a54703 Mon Sep 17 00:00:00 2001 From: zbuse Date: Tue, 4 Mar 2014 16:54:52 +0800 Subject: [PATCH] Update default.tpl --- install/rhel/templates/web/nginx/default.tpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/rhel/templates/web/nginx/default.tpl b/install/rhel/templates/web/nginx/default.tpl index 787487c69..36535b781 100755 --- a/install/rhel/templates/web/nginx/default.tpl +++ b/install/rhel/templates/web/nginx/default.tpl @@ -3,9 +3,6 @@ server { server_name %domain_idn% %alias_idn%; index index.html index.htm; root %docroot%; - ssl on; - ssl_certificate %ssl_pem%; - ssl_certificate_key %ssl_key%; error_log /var/log/httpd/domains/%domain%.error.log error; location / {try_files $uri @backend;} location ~ .*\.(php|jsp|cgi|pl|py|php4|php5)?$ {