#user  nobody;
worker_processes  1;

#error_log  logs/error.log;
#error_log  logs/error.log  notice;
#error_log  logs/error.log  info;

#pid        logs/nginx.pid;

events {
    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;
 upstream tomcat_server { 
         server 192.144.1**:8082 weight=1;
  server 192.1***:8083 weight=1;  
       }

server {
        listen       80;
        server_name  192.144.1***;

#charset koi8-r;

#access_log  logs/host.access.log  main;

location / {
  proxy_pass http://tomcat_server;
            root   C:\BaiduNetdiskDownload\nginx-1.10.2\nginx-1.10\html;
            index  index.html index.htm *.jsp *.html;
        }
  
  #location ~ \.jsp$ { 
         # proxy_pass http://192.144.1***:8082;
  # proxy_pass http://192.144.1**:8083; 
      #  } 
    
 # location ~ \.(html|js|css|png|gif)$ { 
  # root C:\BaiduNetdiskDownload\tomcat\webapps;
    # root C:\BaiduNetdiskDownload\apache-tomcat-7.0.69\webapps;
          #}
  
  
        #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   C:\BaiduNetdiskDownload\nginx-1.10.2\nginx-1.10.2\html;
        }

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

# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
        #
        #location ~ \.php$ {
        #    root           html;
        #    fastcgi_pass   192.144.1**:9000;
        #    fastcgi_index  index.php;
        #    fastcgi_param  SCRIPT_FILENAME  /scripts$fastcgi_script_name;
        #    include        fastcgi_params;
        #}

# deny access to .htaccess files, if Apache's document root
        # concurs with nginx's one
        #
        #location ~ /\.ht {
        #    deny  all;
        #}
    }

# another virtual host using mix of IP-, name-, and port-based configuration
    #
    #  server {
     #   listen       80;
     #   server_name  192.144.1**;;

#  location / {
       #     root   html;
       #     index  index.html index.htm *.html *.jsp index.jsp;
      #  }
   # }

# HTTPS server
    #
    #server {
    #    listen       443 ssl;
    #    server_name  192.144.1**;

#    ssl_certificate      cert.pem;
    #    ssl_certificate_key  cert.key;

#    ssl_session_cache    shared:SSL:1m;
    #    ssl_session_timeout  5m;

#    ssl_ciphers  HIGH:!aNULL:!MD5;
    #    ssl_prefer_server_ciphers  on;

#    location / {
    #        root   html;
    #        index  index.html index.htm *.html *.jsp;
    #    }
    #}

}

最新文章

  1. [LeetCode] Count The Repetitions 计数重复个数
  2. Make Helix Curve in OpenCASCADE
  3. ASP.NET Web API 异常日志记录
  4. 浅谈CSRF攻击方式
  5. DOCTYPE的详细图解
  6. NOIP2012 题解
  7. javascript权威指南笔记--javascript语言核心(四)
  8. WDCP安装常用组件(memcache、mysqli、PDO_MYSQL、mysql innodb、libmcrypt、php zip)的方法
  9. Error using subsindex Function 'subsindex' is not defined for values of class 'struct'.
  10. STRUTS2获得session和request
  11. cocos2d 缓存池 对象的再利用
  12. DevExpress控件学习总结2(转)
  13. Tomcat中server.xml配置详解(2)
  14. MongoDB 学习手册 - 安装(windwos 环境)
  15. Android手机用wifi连接adb调试的方法
  16. 20135337——Linux实践二:模块
  17. 廖雪峰Java2面向对象编程-5包和classpath-1静态字段和方法
  18. Max Points on a Line (HASH TABLE
  19. c# update check
  20. C#中委托如何使用?(转帖)

热门文章

  1. 【C#Windows 服务】 《三》Timer设置
  2. UI Framework-1: Aura and Shell dependencies
  3. WSGI和CGI
  4. updatedb---创建或更新slocate命令所必需的数据库文件
  5. C#-修改图书借阅管理系统-错误与SQL server 2008错误、复制数据库
  6. css与jquery、图标字体
  7. [ZJOI2012]旅游(树的直径)
  8. OpenJDK源码研究笔记(七)–Java字节码文件(.class)的结构
  9. CSU 1510 Happy Robot
  10. VC:当前不会命中断点,还没有为该文档载入不论什么符号