番茄的梦想

那一抹夕阳

  博客园  :: 首页  ::  :: 联系 :: 订阅 订阅  :: 管理
location / {
        set $upstream_name "10.x.x.x:8711";
        more_set_headers 'Content-Type: text/html; charset=utf-8';
        return 200 "系统已经迁移至 xz.test.com,相关问题请咨询xxx";
        proxy_pass  http://$upstream_name;
    }

  

location ^~ /pic {
          default_type text/html ;
          return 200  'test test test ';
        }

  

 location ^~ /pic {
          default_type application/json ;
          return 200  '{"name":"nanjing_wuxu","result":"success"}';
        }

  

 location ^~ /pic {
          return http://192.168.1.19:8080/aa.jpg;
        }

  

ocation = /test {
         return 403 ;
        }

  

posted on 2021-06-15 17:44  番茄的梦想  阅读(425)  评论(0编辑  收藏  举报