hi,mex :
this is my nginx config:
user nobody;
worker_rlimit_nofile 65500;
worker_processes 8;
error_log logs/error.log;
events {
use epoll;
worker_connections 65500;
}
http {
include mime.types;
default_type application/octet-stream;
sendfileon;
keepa
hi,mex :
this is my nginx config:
user nobody;
worker_rlimit_nofile 65500;
worker_processes 8;
error_log logs/error.log;
events {
use epoll;
worker_connections 65500;
}
http {
include mime.types;
default_type application/octet-stream;
sendfileon;
keepa
hi,mex :
this is my nginx config:
user nobody;
worker_rlimit_nofile 65500;
worker_processes 8;
error_log logs/error.log;
events {
use epoll;
worker_connections 65500;
}
http {
include mime.types;
default_type application/octet-stream;
sendfileon;
keepa
Hello list,
I hava a nginx config problem , Please help look !
I use proxy_cache and ssi.
*nginx config :*
ssi on;
ssi_silent_errors on;
ssi_types text/shtml;
proxy_temp_path /cache/proxy_temp;
proxy_cache_path /cache/proxy_cache levels=1:2 keys_zone=tmp_cache:2000m
inactive=1d max