产品服务AMH 免费服务器主机面板SSL证书 免费SSL证书申请 担保单 免费安全、零费率交易平台编程助手免费智能写代码、翻译AMYSQL 免费MySQL管理工具

AMH 社区首页

 AMH社区 - 开放自由有价值的社区

[求助帖] nginx被我搞得启动不了了。。

1100043
铁牌会员
53.00 价值分

1100043 发表于 2014-02-15 14:08:16
求一个nginx.conf文件的原始备份啊。。我也忘了我改了哪里了。。
2014-02-15 14:08:16 1

Captain
金牌会员
6928.40 价值分

本帖最后由 Captain 于 2014-2-15 17:55 编辑

/usr/local/nginx/conf/nginx.conf

把红字的地方替换成自己的IP

引用:
user www www;
worker_processes auto;
error_log /home/wwwroot/index/log/nginx_error.log crit;
pid /usr/local/nginx/logs/nginx.pid;

#Specifies the value for maximum file descriptors that can be opened by this process.
worker_rlimit_nofile 51200;

events
{
use epoll;
worker_connections 51200;
}

http
{
include mime.types;
default_type application/octet-stream;
server_names_hash_bucket_size 128;
client_header_buffer_size 4k;
large_client_header_buffers 4 4k;
client_max_body_size 50m;

sendfile on;
tcp_nopush on;

keepalive_timeout 60 60;

fastcgi_connect_timeout 300;
fastcgi_send_timeout 300;
fastcgi_read_timeout 300;
fastcgi_buffer_size 16k;
fastcgi_buffers 16 16k;
fastcgi_busy_buffers_size 16k;
fastcgi_temp_file_write_size 16k;
fastcgi_intercept_errors on;

tcp_nodelay on;
server_tokens off;
gzip on;
gzip_min_length 1000;
gzip_proxied expired no-cache no-store private auth;
gzip_types text/plain text/css text/xml text/javascript application/x-javascript application/xml application/rss+xml application/xhtml+xml application/atom_xml;
gzip_disable "MSIE [1-6].(?!.*SV1)";
log_format access '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" $http_x_forwarded_for';

include vhost/*.conf;
server
{
listen 35682;
server_name 127.0.0.1;
index index.html index.htm index.php;
root /home/wwwroot/index/web;
fastcgi_buffer_size 4k;
fastcgi_buffers 8 4k;
fastcgi_busy_buffers_size 4k;
gzip off;

location ~ .*\.php$
{
fastcgi_pass unix:/tmp/php-cgi.sock;
fastcgi_index index.php;
include fcgi.conf;
}

location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
}

location ~ .*\.(js|css)?$
{
expires 12h;
}

access_log /home/wwwroot/index/log/access.log combined;
error_log /home/wwwroot/index/log/error.log crit;
}

server
{
listen 80 default;
return 400;
}
}

  支持 (0分)  反对 (0分)
回复  2014-02-15 17:53:56 2

shylocker120
银牌会员
2676.29 价值分

支持压力山大
  支持 (0分)  反对 (0分)
回复  2014-02-20 22:25:00 3

Captain
金牌会员
6928.40 价值分

引用:
shylocker120 发表于 2014-2-20 22:25
压力山大


咋了 支持
  支持 (0分)  反对 (0分)
回复  2014-02-21 01:29:57 4

zyk715
铁牌会员
123.00 价值分

这个帖子真好,解决了大问题,网站和后台终于能打开了
  支持 (0分)  反对 (0分)
回复  2015-12-31 12:24:05 5
 1  (总1页)
AMH社区列表
用户服务中心