caddy 部署 vue react 等单页面程序

http://xxx.com {
        root *  /usr/share/html
        route {
                reverse_proxy /api localhost:20002
                try_files {path} /index.html
                file_server
        }

        log {
                level info
                format console
        }
}

你可能感兴趣的:(caddy 部署 vue react 等单页面程序)