From 283c71a672a7341f1e2ce6017bbc7aac8bd1882a Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 24 Jul 2015 17:10:13 +0300 Subject: [PATCH] Changed comment for nginx.conf --- src/rpm/conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpm/conf/nginx.conf b/src/rpm/conf/nginx.conf index bf361896..4fea2436 100644 --- a/src/rpm/conf/nginx.conf +++ b/src/rpm/conf/nginx.conf @@ -82,7 +82,7 @@ http { root /usr/local/vesta/web; charset utf-8; - // Fix error "The plain HTTP request was sent to HTTPS port" + # Fix error "The plain HTTP request was sent to HTTPS port" error_page 497 https://$host:$server_port$request_uri; ssl on;