server { listen 80; server_name abc.com www.abc.com; index index.html index.htm index.php default.html default.htm default.php; root /home/wwwroot/abc.com; rewrite "^/news/(.*)" /$1 last; { 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; } log_format abc.com '$remote_addr - $remote_user [$time_local] $request ' '$status $body_bytes_sent $http_referer ' '$http_user_agent $http_x_forwarded_for'; access_log /home/wwwlogs/abc.com.log abc.com; }
举报
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|手机版|Archiver|VPS侦探 ( 鲁ICP备16040043号-1 )
GMT+8, 2024-11-23 12:56 , Processed in 0.024623 second(s), 17 queries .
Powered by Discuz! X3.4
© 2001-2023 Discuz! Team.