瀏覽代碼

Changed comment for nginx.conf

Serghey Rodin 10 年之前
父節點
當前提交
283c71a672
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/rpm/conf/nginx.conf

+ 1 - 1
src/rpm/conf/nginx.conf

@@ -82,7 +82,7 @@ http {
         root            /usr/local/vesta/web;
         root            /usr/local/vesta/web;
         charset         utf-8;
         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;
         error_page      497 https://$host:$server_port$request_uri;
 
 
         ssl                  on;
         ssl                  on;