Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
Connection closed by foreign host.
#user šnobody;
worker_processes š1;
#error_log šlogs/error.log;
#error_log šlogs/error.log šnotice;
#error_log šlogs/error.log šinfo;
#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] $status '
šš š# š š š š š š š š š'"$request" $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;
šš štcp_nodelay š š š šon;
šš š#gzip šon;
šš šserver {
šš š š šlisten š š š 80;
šš š š šserver_name nx.melan;
šš š š š#charset koi8-r;
šš š š šlocation / {
šš š š š š šroot š /var/www;
šš š š š š šindex šindex.html index.htm index.php;
šš š š š}
šš š š š#error_page š404 š š š š š š š/404.html;
šš š š š# redirect server error pages to the static page /50x.html
šš š š š#
šš š š šerror_page š 500 502 503 504 š/50x.html;
šš š š šlocation = /50x.html {
šš š š š š šroot š html;
šš š š š}
šš š š šlocation ~ \.php$ {
šš š š š š# šfastcgi_pass unix:/tmp/php-fastcgi.sock;
šš š š š š šfastcgi_index šindex.php;
šš š š š š šfastcgi_param šSCRIPT_FILENAME š/var/www$fastcgi_script_name;
šš š š š š šfastcgi_param šQUERY_STRING š š $query_string;
šš š š š š šfastcgi_param šREQUEST_METHOD š $request_method;
šš š š š š šfastcgi_param šCONTENT_TYPE š š $content_type;
šš š š š š šfastcgi_param šCONTENT_LENGTH š $content_length;
šš š š š š šfastcgi_param šREMOTE_ADDR š š š$remote_addr;
šš š š š š šfastcgi_param šSERVER_PORT š š š$server_port;
šš š š š š šfastcgi_param šREDIRECT_STATUS š200;
šš š š š š šfastcgi_param šSCRIPT_NAME š š š$fastcgi_script_name;
šš š š š}
šš š š šlocation /ch {
šš š š š š proxy_read_timeout 9999;
šš š š š š proxy_buffering off;
šš š š š}
šš š š š# deny access to .htaccess files, if Apache's document root
šš š š š# concurs with nginx's one
šš š š š#
šš š š šlocation ~ /\.ht {
šš š š š š šdeny šall;
šš š š š}
šš }
šš šserver {
šš š š šlisten š š š80;
šš š š šserver_name šnx.melan/news;
šš š š šlocation / {
šš š š š š šroot š /var/www/news;
šš š š š š šindex šindex.html index.htm index.php;
šš š š š}
šš š š šlocation ~ \.php$ {
šš š š š š šfastcgi_index šindex.php;
šš š š š š šfastcgi_param šSCRIPT_FILENAME š/var/www/news$fastcgi_script_name;
šš š š š š šfastcgi_param šQUERY_STRING š š $query_string;
šš š š š š šfastcgi_param šREQUEST_METHOD š $request_method;
šš š š š š šfastcgi_param šCONTENT_TYPE š š $content_type;
šš š š š š šfastcgi_param šCONTENT_LENGTH š $content_length;
šš š š š š šfastcgi_param šREMOTE_ADDR š š š$remote_addr;
šš š š š š šfastcgi_param šSERVER_PORT š š š$server_port;
šš š š š š šfastcgi_param šREDIRECT_STATUS š200;
šš š š š š šfastcgi_param šSCRIPT_NAME š š š$fastcgi_script_name;
šš š š š}
šš š š šlocation ~ /\.ht {
šš š š š š šdeny šall;
šš š š š}
šš }
}