docker + nginx 301重定向时端口会变的问题
    			
        #match default route
location = / {
     设置默认租户导航,当访问根路径时重定向到默认租户
     rewrite ^.*$ /demo/ permanent;
 }