NGINX安装配置

时间:2021-09-18 11:55:29
【文件属性】:

文件名称:NGINX安装配置

文件大小:715KB

文件格式:RAR

更新时间:2021-09-18 11:55:29

NGINX

附件实现了一个在WINDOWS平台下的NGINX的配置,作了符合个人实际情况的操作之后,运行包中的bat文件即可。在运行之前,应先对conf\nginx.conf文件作如下改动,#后面是改动说明: upstream tomcat_server{ server 127.0.0.1:3001 weight=1;#此处为实际服务器地址1 server 127.0.0.1:3002 weight=2;#此处为实际服务器地址2 server 127.0.0.1:3003 weight=3;#此处为实际服务器地址3 ip_hash;#如果需要使用session或cookie,此项必须保留,否则可以去掉 } server { listen 3000;#可改为其他端口 server_name 127.0.0.1;//Nginx部署IP


【文件预览】:
nginx
----nginx.exe(1.35MB)
----conf()
--------nginx.conf(3KB)
--------mime.types(3KB)
--------koi-win(2KB)
--------win-utf(4KB)
--------fastcgi_params(932B)
--------koi-utf(3KB)
--------nginx1.conf(3KB)
--------fastcgi.conf(1003B)
----docs()
--------CHANGES.ru(166KB)
--------OpenSSL.LICENSE(6KB)
--------zlib.LICENSE(983B)
--------LICENSE(1KB)
--------CHANGES(162KB)
--------README(127B)
--------PCRE.LICENCE(2KB)
----logs()
--------error.log(16KB)
--------nginx-service.wrapper.log(11KB)
--------access.log(164KB)
--------nginx-service.err.log(2KB)
--------nginx.pid(7B)
--------nginx-service.out.log(0B)
----temp()
--------fastcgi_temp()
--------proxy_temp()
--------client_body_temp()
----html()
--------index.html(151B)
--------50x.html(383B)
----nginx-service.exe(58KB)
----nginx-service.exe.config(226B)
----nginx-service.xml(481B)
----生成并启动服务.bat(56B)
----contrib()
--------unicode2nginx()
--------README(438B)
--------geo2nginx.pl(1KB)

网友评论