This repository was archived by the owner on Aug 10, 2020. It is now read-only. 
      
File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 1212## 
1313# EasyEngine Settings 
1414## 
15+ 
1516sendfile  on; 
1617tcp_nopush  on; 
1718tcp_nodelay  on; 
2021
2122server_tokens  off; 
2223reset_timedout_connection  on; 
23- add_header  X-Powered-By "EasyEngine" ; 
24+ #  add_header X-Powered-By "EasyEngine";
2425add_header  rt-Fastcgi-Cache $upstream_cache_status ; 
2526
2627# Limit Request 
@@ -33,19 +34,17 @@ http {
3334
3435fastcgi_read_timeout  300 ; 
3536client_max_body_size  100m ; 
36- 
37+ 
38+ ## 
3739# SSL Settings 
40+ ## 
41+ 
3842ssl_session_cache  shared:SSL:20m ; 
3943ssl_session_timeout  10m ; 
4044ssl_prefer_server_ciphers  on; 
4145ssl_ciphers  HIGH:!aNULL:!MD5:!kEDH; 
4246ssl_protocols  TLSv1 TLSv1.1 TLSv1.2; 
4347
44- # Log format Settings 
45- log_format  rt_cache '$remote_addr $upstream_response_time $upstream_cache_status [$time_local] ' 
46- '$http_host "$request" $status $body_bytes_sent ' 
47- '"$http_referer" "$http_user_agent"' ; 
48- 
4948## 
5049# Basic Settings 
5150## 
@@ -62,6 +61,11 @@ http {
6261access_log  /var/log/nginx/access.log; 
6362error_log  /var/log/nginx/error.log; 
6463
64+ # Log format Settings 
65+ log_format  rt_cache '$remote_addr $upstream_response_time $upstream_cache_status [$time_local] ' 
66+ '$http_host "$request" $status $body_bytes_sent ' 
67+ '"$http_referer" "$http_user_agent"' ; 
68+ 
6569## 
6670# Gzip Settings 
6771## 
                         You can’t perform that action at this time. 
           
                  
0 commit comments