定制开发小程序Nginx配置文件中location配置



【标题】: location “/” 配置

服务访问

定制开发小程序服务请求如下(示例):

  • nginx服务: http://127.0.0.1:80
  • 后台服务:http://127.0.0.1:8088
  • 测试url地址:http://127.0.0.1:8088/test/api/findAll

场景一、

nginx配置:

location /test/ {   proxy_pass http://127.0.0.1:8088/;}
  • 1
  • 2
  • 3

请求地址:http://127.0.0.1/test/api/findAll
定制开发小程序实际上服务请求地址为:http://127.0.0.1:8088/api/findAll
规则:location最后有"/“,proxy_pass最后有”/" 结果为 proxy_pass + url中location定制开发小程序最后一个斜线以后的部分


场景二、

nginx配置:

location /test {   proxy_pass http://127.0.0.1:8088/;}
  • 1
  • 2
  • 3

请求地址:http://127.0.0.1/test/api/findAll
实际上服务请求地址为:http://127.0.0.1:8088//api/findAll
规则:location最后无"/“,proxy_pass最后有”/" 结果为 proxy_pass + / + url中location最后一个斜线以后的部分


场景三、

nginx配置:

location /test/ {   proxy_pass http://127.0.0.1:8088;}
  • 1
  • 2
  • 3

请求地址:http://127.0.0.1/test/api/findAll
实际上服务请求地址为:http://127.0.0.1:8088/test/api/findAll
规则:location最后有"/“,proxy_pass最后无”/" 结果为 proxy_pass + location + url中location后面的部分(不包含第一个/)


场景四、

nginx配置:

location /test {   proxy_pass http://127.0.0.1:8088;}
  • 1
  • 2
  • 3

请求地址:http://127.0.0.1/test/api/findAll
实际上服务请求地址为:http://127.0.0.1:8088/test/api/findAll
规则:location最后无"/“,proxy_pass最后无”/" 结果为 proxy_pass + location + “/” + url中location后面的部分(不包含第一个/)


以下配置的规则可以参考上面的场景。

场景五、

nginx配置:

location /test/ {   proxy_pass http://127.0.0.1:8088/server/;}
  • 1
  • 2
  • 3

请求地址:http://127.0.0.1/test/api/findAll
实际上服务请求地址为:http://127.0.0.1:8088/server/api/findAll


场景六、

nginx配置:

location /test {   proxy_pass http://127.0.0.1:8088/server/;}
  • 1
  • 2
  • 3

请求地址:http://127.0.0.1/test/api/findAll
实际上服务请求地址为:http://127.0.0.1:8088/server//api/findAll


场景七、

nginx配置:

location /test {   proxy_pass http://127.0.0.1:8088/server;}
  • 1
  • 2
  • 3

请求地址:http://127.0.0.1/test/api/findAll
实际上服务请求地址为:http://127.0.0.1:8088/server/api/findAll


总结

以上就是nginx配置文件里location中“/”相关配置的笔记。

网站建设定制开发 软件系统开发定制 定制软件开发 软件开发定制 定制app开发 app开发定制 app开发定制公司 电商商城定制开发 定制小程序开发 定制开发小程序 客户管理系统开发定制 定制网站 定制开发 crm开发定制 开发公司 小程序开发定制 定制软件 收款定制开发 企业网站定制开发 定制化开发 android系统定制开发 定制小程序开发费用 定制设计 专注app软件定制开发 软件开发定制定制 知名网站建设定制 软件定制开发供应商 应用系统定制开发 软件系统定制开发 企业管理系统定制开发 系统定制开发