Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已答复] ucenter安装 在nginx下 很慢,经常超时,高人救我命。

[复制链接]
luofei614 发表于 2010-9-11 23:38:24 | 显示全部楼层 |阅读模式

你们论坛不就是用的nginx, 为什么我用着这么慢, 说明一下, 只有ucenter很慢, uchome 和自己写的程序都不慢, 设计到 ucapi的地方,都会很慢,比如同步登录,同步退出, 等, 很慢。
附上我的 nginx配置:


#user  nobody;
worker_processes  4;
#error_log  logs/error.log;
#error_log  logs/error.log  notice;
#error_log  logs/error.log  info;
#pid        logs/nginx.pid;

events {
    #use epoll;
    worker_connections  1024;
}

http {
    include       mime.types;
    default_type  application/octet-stream;
    #log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
    #                  '$status $body_bytes_sent "$http_referer" '
    #                  '"$http_user_agent" "$http_x_forwarded_for"';
    #access_log  logs/access.log  main;
    sendfile        on;
    #tcp_nopush     on;
    #keepalive_timeout  0;
    keepalive_timeout  65;
    #gzip  on;
    include       vhost.conf;
}

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
老谁家的小谁 发表于 2010-9-13 16:44:39 | 显示全部楼层
本帖最后由 老谁家的小谁 于 2010-9-13 16:44 编辑

可能是你UC和应用间的通信存在问题

可能是通信的域名或者IP填错造成的 与环境无关
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-5-17 12:22 , Processed in 0.100053 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表