zoukankan      html  css  js  c++  java
  • lei

    upstream pap_backend_conf {
    keepalive 128;
    server 127.0.0.1:9221 max_fails=2 fail_timeout=5 weight=100;
    server 10.110.94.152:9221 max_fails=2 fail_timeout=5 weight=100;
    server 10.110.94.152:9220 max_fails=2 fail_timeout=5 weight=100;
    }
    server {
    listen 9220;
    server_name _;

    #charset koi8-r;

    #access_log logs/host.access.log main;

    location / {
    access_log /letv/logs/nginx/access.log main;
    error_log /letv/logs/nginx/error.log;
    proxy_pass http://pap_backend_conf;
    }

    }

  • 相关阅读:
    Java自学
    java自学
    Java自学
    每日总结
    每日总结
    每日总结
    每日总结
    每日总结
    每日总结
    每日总结
  • 原文地址:https://www.cnblogs.com/coding4/p/5848857.html
Copyright © 2011-2022 走看看