Welcome! Log In Create A New Profile

Advanced

Re: nginx doesn't response any request

May 04, 2012 06:20AM
here is conf:


#user nobody;
worker_processes 1;

#error_log logs/error.log;
#error_log logs/error.log notice;
error_log logs/error.log debug;

#pid logs/nginx.pid;


events {
worker_connections 1024;
}


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

log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';

access_log logs/access.log main;

sendfile on;
#tcp_nopush on;

#keepalive_timeout 0;
keepalive_timeout 65;

#gzip on;

server {
listen 80;
server_name datalink.com.cn www.datalink.com.cn;

#charset koi8-r;

access_log logs/host.access.log main;

location / {
root html;
index index.html index.htm;
}

#location /nginx_status {
# stub_status on;
# access_log off;
#}

#error_page 404 /404.html;

# redirect server error pages to the static page /50x.html
#
error_page 404 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}



}
Subject Author Posted

nginx doesn't response any request

rock May 04, 2012 06:19AM

Re: nginx doesn't response any request

rock May 04, 2012 06:20AM

Re: nginx doesn't response any request

Francis Daly May 04, 2012 09:52PM

Re: nginx doesn't response any request

rock May 07, 2012 02:07AM

Re: nginx doesn't response any request

Joe May 07, 2012 03:32AM

Re: nginx doesn't response any request

rock May 07, 2012 10:02PM

Re: nginx doesn't response any request

rock May 07, 2012 11:17PM

Re: nginx doesn't response any request

rock May 08, 2012 12:21AM

Re: nginx doesn't response any request

Seguridad Informática May 08, 2012 09:14AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 157
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