秀米云香港服务器

nginx 设置:

user nginx nginx;worker_processes 8;worker_cpu_affinity 00000001 00000010 00000100 00001000 00010000 00100000 01000000 10000000;worker_rlimit_nofile 65536;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;

序列号 CPU RAM HDD 带宽 售价(美元) 免费试用
香港服务器1 E5-2620 32G 1T HDD 50M/无限流量 $196.00 立即申请
香港服务器2 E5-2650 32G 1T HDD 50M/无限流量 $256.00 立即申请
香港服务器3 E5-2680 32G 1T HDD 50M/无限流量 $316.00 立即申请
香港服务器4 E5-2690 32G 1T HDD 50M/无限流量 $336.00 立即申请
香港服务器5 E5-2697 32G 1T HDD 50M/无限流量 $376.00 立即申请
香港服务器6 E5-2620*2 32G 1T HDD 50M/无限流量 $376.00 立即申请
香港服务器7 E5-2650*2 32G 1T HDD 50M/无限流量 $436.00 立即申请
香港服务器8 E5-2680*2 32G 1T HDD 50M/无限流量 $476.00 立即申请
香港服务器9 E5-2690*2 32G 1T HDD 50M/无限流量 $556.00 立即申请
香港服务器10 E5-2697*2 32G 1T HDD 50M/无限流量 $596.00 立即申请
香港服务器11 E5-2680v4*2 32G 1T HDD 50M/无限流量 $696.00 立即申请
香港服务器12 E5-2698v4*2 32G 1T HDD 50M/无限流量 $796.00 立即申请

#pid logs/nginx.pid;

events { worker_connections 65536;}

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

log_format main '$remote_addr [$time_local] $upstream_addr $upstream_status $upstream_response_time "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent"'; log_format cachelog '$time_local $upstream_cache_status Cache-Control:$upstream_http_cache_control $request($status) ';

access_log logs/access.log main;

sendfile on; tcp_nopush on; proxy_ignore_client_abort on;

keepalive_timeout 65; #keepalive_timeout 1000; charset utf-8; gzip on; gzip_min_length 10k; gzip_buffers 4 16k; gzip_comp_level 2; gzip_types text/plain text/javascript application/javascript application/x-javascript text/css application/xml application/octet-stream; gzip_vary on; server {

#被监听的端标语和网址

listen 80;

server_name www.test.com;

#charset koi8-r;

access_log logs/test_access.log main;

location / {

#这个处所指定被会见的文件夹位置

root /data/test; index index.html index.htm; }

#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 ~ .*.(gif|jpg|jpeg|png|bmp|swf|css|js)$ { root /data/test; expires 30d; } }

#location ~ /purge(/.*){ # allow 192.168.0.0/16; # deny all; # proxy_cache_purge resource $host$1$is_args$args; #} }

,香港云服务器美国云主机

标题:Nginx 会见静态html 文件的设置

地址: https://www.yunhk.xyz/25830.html