我想将地点重定向 play.example.com/u/<user id>至example.com/u/<user id> 或play.example.com/b/<game id>重定向至play.example2.net/b/<game id>
play.example.com/u/<user id>
example.com/u/<user id>
play.example.com/b/<game id>
play.example2.net/b/<game id>
同时也有网站选项(我在同一域上托管的 webroot 和 api)。我怎样才能做到这一点?
nginx
nginx ×1