Guest User

Untitled

a guest
Jul 18th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. http {
  2. passenger_root /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4;
  3. passenger_ruby /usr/bin/ruby;
  4.  
  5. include mime.types;
  6. default_type application/octet-stream;
  7.  
  8. #log_format main '$remote_addr - $remote_user [$time_local] $request '
  9. # '"$status" $body_bytes_sent "$http_referer" '
  10. # '"$http_user_agent" "$http_x_forwarded_for"';
  11.  
  12. #access_log logs/access.log main;
  13.  
  14. sendfile on;
  15. #tcp_nopush on;
  16.  
  17. #keepalive_timeout 0;
  18. keepalive_timeout 65;
  19.  
  20. client_max_body_size 10m;
  21.  
  22. #gzip on;
Add Comment
Please, Sign In to add comment