V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  orangutan92  ›  全部回复第 22 页 / 共 23 页
回复总数  459
1 ... 14  15  16  17  18  19  20  21  22  23  
2018-06-07 19:29:05 +08:00
回复了 orangutan92 创建的主题 问与答 Nginx 环境 PHP -FPM 无法解析 PHP 文件
@xiri 没有改过,php-fpm 的配置文件用的是默认的
```
[www]
listen = /dev/shm/php-cgi.sock
listen.backlog = -1
listen.allowed_clients = 127.0.0.1
listen.owner = www
listen.group = www
listen.mode = 0666
user = www
group = www
```
2018-06-07 19:12:43 +08:00
回复了 orangutan92 创建的主题 问与答 Nginx 环境 PHP -FPM 无法解析 PHP 文件
```
user www www;
worker_processes auto;

error_log /data/wwwlogs/error_nginx.log crit;
pid /var/run/nginx.pid;
worker_rlimit_nofile 51200;

events {
use epoll;
worker_connections 51200;
multi_accept on;
}

http {
include mime.types;
default_type application/octet-stream;
server_names_hash_bucket_size 128;
client_header_buffer_size 32k;
large_client_header_buffers 4 32k;
client_max_body_size 1024m;
client_body_buffer_size 10m;
sendfile on;
tcp_nopush on;
keepalive_timeout 120;
server_tokens off;
tcp_nodelay on;

fastcgi_connect_timeout 300;
fastcgi_send_timeout 300;
fastcgi_read_timeout 300;
fastcgi_buffer_size 64k;
fastcgi_buffers 4 64k;
fastcgi_busy_buffers_size 128k;
fastcgi_temp_file_write_size 128k;
fastcgi_intercept_errors on;

#Gzip Compression
gzip on;
gzip_buffers 16 8k;
gzip_comp_level 6;
gzip_http_version 1.1;
gzip_min_length 256;
gzip_proxied any;
gzip_vary on;
gzip_types
text/xml application/xml application/atom+xml application/rss+xml application/xhtml+xml image/svg+xml
text/javascript application/javascript application/x-javascript
text/x-json application/json application/x-web-app-manifest+json
text/css text/plain text/x-component
font/opentype application/x-font-ttf application/vnd.ms-fontobject
image/x-icon;
gzip_disable "MSIE [1-6]\.(?!.*SV1)";

#If you have a lot of static files to serve through Nginx then caching of the files' metadata (not the actual files' contents) can save some latency.
open_file_cache max=1000 inactive=20s;
open_file_cache_valid 30s;
open_file_cache_min_uses 2;
open_file_cache_errors on;

######################## default ############################
server {
listen 80;
server_name _;
access_log /data/wwwlogs/access_nginx.log combined;
root /data/wwwroot/default;
index index.html index.htm index.php;
#error_page 404 /404.html;
#error_page 502 /502.html;
location /nginx_status {
stub_status on;
access_log off;
allow 127.0.0.1;
deny all;
}
location ~ [^/]\.php(/|$) {
#fastcgi_pass remote_php_ip:9000;
fastcgi_pass 127.0.0.1:9000;
#fastcgi_pass unix:/dev/shm/php-cgi.sock;
fastcgi_index index.php;
include fastcgi.conf;
}
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf|flv|mp4|ico)$ {
expires 30d;
access_log off;
}
location ~ .*\.(js|css)?$ {
expires 7d;
access_log off;
}
location ~ /\.ht {
deny all;
}
}
########################## vhost #############################
include vhost/*.conf;
########################## WAF #############################
lua_shared_dict limit 10m;
lua_package_path "/usr/local/openresty/nginx/conf/waf/?.lua";
init_by_lua_file "/usr/local/openresty/nginx/conf/waf/init.lua";
access_by_lua_file "/usr/local/openresty/nginx/conf/waf/waf.lua";
}
```
试试 markdown,代码如上
2018-06-07 19:11:33 +08:00
回复了 orangutan92 创建的主题 问与答 Nginx 环境 PHP -FPM 无法解析 PHP 文件
@des 我也不知道这编辑器为啥会这样,不支持 markdown 差评
2018-06-07 19:11:03 +08:00
回复了 orangutan92 创建的主题 问与答 Nginx 环境 PHP -FPM 无法解析 PHP 文件
@xiri 照着网上的教程改了 n 次都不行。。
2018-05-26 04:46:08 +08:00
回复了 orangutan92 创建的主题 硬件 2018 年有什么好的无线鼠标推荐?
@easylee 雷柏的 MT750 买了,偶尔还是会有 DPI 突然变慢的问题,准备退货了
2018-05-26 04:39:37 +08:00
回复了 orangutan92 创建的主题 问与答 2018 年有哪些便宜好用的虚拟主机推荐?
@night98 coding 最近在内测一个什么东西,体验过了不好用
2018-05-16 19:19:46 +08:00
回复了 orangutan92 创建的主题 问与答 2018 年有哪些便宜好用的虚拟主机推荐?
@tilv37 只看到国内有个免费的,云虚拟主机要 199 一年啊
2018-05-16 13:53:18 +08:00
回复了 orangutan92 创建的主题 问与答 2018 年有哪些便宜好用的虚拟主机推荐?
@tilv37 哪有 20 块钱一年的?
2018-05-16 03:13:54 +08:00
回复了 orangutan92 创建的主题 问与答 2018 年有哪些便宜好用的虚拟主机推荐?
@caola 套路云一个月几十块啊
2018-05-16 02:47:14 +08:00
回复了 orangutan92 创建的主题 硬件 2018 年有什么好的无线鼠标推荐?
京东买的,换货了继续用着。侧滑我改成了调节音量的功能,侧键改成了播放器上一首和下一首,感觉还不错。
2018-05-10 19:19:09 +08:00
回复了 orangutan92 创建的主题 问与答 Google Play 商店安卓版现在官方不提供下载了吗?
@iVeego 最新版反而还不好用。。。。
2018-05-09 23:19:00 +08:00
回复了 orangutan92 创建的主题 问与答 Google Play 商店安卓版现在官方不提供下载了吗?
@cvbnt apkmirror 的安装包不是最新的吧
2018-05-09 23:18:42 +08:00
回复了 orangutan92 创建的主题 问与答 Google Play 商店安卓版现在官方不提供下载了吗?
@Unknow 那个太老了吧,我的是安卓 8.0
2018-05-09 23:17:41 +08:00
回复了 orangutan92 创建的主题 问与答 Google Play 商店安卓版现在官方不提供下载了吗?
刚刚去 MIUI 论坛问了下,Google Installer 真心好用。
2018-05-09 20:04:14 +08:00
回复了 orangutan92 创建的主题 问与答 Google Play 商店安卓版现在官方不提供下载了吗?
@cvbnt 设置?哪里的设置?
2018-05-09 14:17:57 +08:00
回复了 orangutan92 创建的主题 硬件 2018 年有什么好的无线鼠标推荐?
目前买了雷柏 mt750,还在用,少数情况会出现鼠标 dpi 速度变慢的情况
2018-04-28 15:27:28 +08:00
回复了 orangutan92 创建的主题 软件 2018 年最好用的跨平台邮箱客户端有哪些?
测试过了,网易邮箱大师可以收发 Gmail,只是登录的时候貌似要用到梯子
2018-04-28 15:17:27 +08:00
回复了 orangutan92 创建的主题 软件 2018 年最好用的跨平台邮箱客户端有哪些?
@honeybeeSwinging 网易的可以收发 Gmail 么?
2018-04-28 15:17:02 +08:00
回复了 orangutan92 创建的主题 软件 2018 年最好用的跨平台邮箱客户端有哪些?
@Tink 这个也是限制 3 个
2018-04-27 22:27:28 +08:00
回复了 orangutan92 创建的主题 硬件 2018 年有什么好的无线鼠标推荐?
@Manweill 这个还不错的样子,就是 AB 键的功能有点蛋疼,貌似还支持宏定义
1 ... 14  15  16  17  18  19  20  21  22  23  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3373 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 00:46 · PVG 08:46 · LAX 16:46 · JFK 19:46
Developed with CodeLauncher
♥ Do have faith in what you're doing.