add chino to comment area

master
IoTcat 5 years ago
parent a84c866f09
commit 46ef2a1501
  1. 14
      server/cn/etc/nginx/nginx.conf
  2. BIN
      server/cn/home/www/cdn/img/cartoon/03.gif

@ -395,18 +395,8 @@ http {
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;
error_page 404 = /404.php;
if (-f $request_filename/index.html){ rewrite (.*) $1/index.html break; }
if (-f $request_filename/index.php){ rewrite (.*) $1/index.php; }
if (!-f $request_filename){ rewrite (.*) /index.php; }
location ~ \.php$ {
try_files $uri =404;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
rewrite ^(.*)$ https://www.eee.dog$1 permanent;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 KiB

Loading…
Cancel
Save