只需一步,快速开始
举报
原帖由 uconny 于 2011-12-1 16:10 发表 我们的网站是用nginx+php http://www.52vhost.com/
原帖由 Kvm 于 2011-12-1 16:19 发表 nginx+apache起作用最大的一个地方就是try_files这个
location ~ \.php$ { proxy_pass http://127.0.0.1:81; include proxy_params; } location / { try_files $uri $uri/ @apache; } location @apache { proxy_pass http://127.0.0.1:81; include proxy_params; } location /status { stub_status on; access_log off; } location ~ .*\.(html|jpeg|jpg|gif|png|bmp|ico|js|css|swf)$ { expires 12d; }
原帖由 fw2you 于 2011-12-1 16:26 发表 完全没这个必要
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|全球主机交流论坛
GMT+8, 2025-1-20 07:08 , Processed in 0.077130 second(s), 10 queries , Gzip On, MemCache On.
Powered by Discuz! X3.4
© 2001-2023 Discuz! Team.