• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

nginx服务异常

php 搞代码 3年前 (2022-01-24) 16次浏览 已收录 0个评论

nginx服务错误
运行PHP文件就报错。
配置文件如下

<br /><br />#user  nobody;<br />worker_processes  2;<br /><br />error_log  logs/error.log;<br />#error_log  logs/error.log  notice;<br />#error_log  logs/error.log  info;<br /><br />#pid        logs/nginx.pid;<br /><br /><br />events {<br />    worker_connections  1024;<br />}<br /><br /><br />http {<br />    include       mime.types;<br />    default_type  application/octet-stream;<br /><br />    #log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '<br />    #                  '$status $body_bytes_sent "$http_referer" '<br />    #                  '"$http_user_agent" "$http_x_forwarded_for"';<br /><br />    #access_log  logs/access.log  main;<br /><br />    sendfile        on;<br /><a>2本文来源gao*daima.com搞@代#码&网6</a><pre>搞gaodaima代码

#tcp_nopush on;

#keepalive_timeout 0;
keepalive_timeout 65;

#gzip on;

server {
listen 80;
server_name localhost;

#charset koi8-r;

#access_log logs/host.access.log main;

location / {
root G:/wamp/www/ecshop;
index index.html index.htm index.php;
}

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;
}

# proxy the PHP scripts to Apache listening on 127.0.0.1:80
#
#location ~ \.php$ {
# proxy_pass http://127.0.0.1;
#}

# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
#
location ~ \.php$ {


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:nginx服务异常

喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址