Welcome! Log In Create A New Profile

Advanced

Re: access log - nginx 7.61

November 20, 2009 11:41PM
Jim, This is my whole config file.

any other tips?

user www-data;
worker_processes 5;

#error_log logs/error.log;
#pid logs/nginx.pid;

events {
worker_connections 1024;
}

http {
include mime.types;
default_type application/octet-stream;


sendfile on;
tcp_nopush on;

#keepalive_timeout 0;
keepalive_timeout 999;

gzip on;
gzip_comp_level 5;
gzip_http_version 1.1;
gzip_min_length 0;
gzip_types text/plain image/png image/jpeg image/jpg image/gif text/css application/x-javascript text/xml application/xml application/xml+rss$
gzip_vary off;
gzip_disable "MSIE [1-6]\.(?!.*SV1)";

#include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;

}
Subject Author Posted

access log - nginx 7.61

vburshteyn November 20, 2009 11:19PM

Re: access log - nginx 7.61

Jim Ohlstein November 20, 2009 11:30PM

Re: access log - nginx 7.61

vburshteyn November 20, 2009 11:41PM

Re: access log - nginx 7.61

Maxim Dounin November 21, 2009 05:34AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 288
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready