文件名称:配置好的nginx,Windows版本,解压即用只需稍微修改下service即可。
文件大小:1.37MB
文件格式:ZIP
更新时间:2021-06-07 03:18:41
nginx
server { listen 80; server_name localhost; #charset koi8-r; #access_log logs/host.access.log main; # 静态页面目录 root E:\workSpace\本地静态资源; # 默认首页 index index.html; location = / { index login.html index.html index.htm; } # 用户浏览器端的缓存设置 location ~* \.(css|js|jpg|jpeg|gif|png|swf|htm|html|json|xml|svg|woff|ttf|eot|map|ico|woff2|apk)$ { proxy_cache_valid 200 304 4h; expires 4h; } proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; location /app/ { # 动态页面,交给tomcat处理 proxy_pass http://127.0.0.1:8080; } location / { # 动态页面,交给tomcat处理 proxy_pass http://192.168.2.66:8080; } }
【文件预览】:
nginx-1.13.12
----conf()
--------fastcgi_params(1KB)
--------koi-win(2KB)
--------fastcgi.conf(1KB)
--------uwsgi_params(681B)
--------mime.types(5KB)
--------nginx.conf(2KB)
--------koi-utf(3KB)
--------win-utf(4KB)
--------scgi_params(653B)
----docs()
--------zlib.LICENSE(983B)
--------OpenSSL.LICENSE(6KB)
--------LICENSE(1KB)
--------PCRE.LICENCE(3KB)
--------README(49B)
--------CHANGES(280KB)
--------CHANGES.ru(427KB)
----html()
--------50x.html(537B)
--------index.html(612B)
----contrib()
--------unicode2nginx()
--------README(543B)
--------geo2nginx.pl(1KB)
--------vim()
----temp()
--------uwsgi_temp()
--------fastcgi_temp()
--------client_body_temp()
--------scgi_temp()
--------proxy_temp()
----nginx.exe(2.97MB)
----logs()
--------nginx.pid(7B)
--------error.log(30KB)
--------access.log(119KB)