I setup my wordpress in a docker container, use nginx reverse proxy to forward all requests of location /blog to that docker container.
The problem is after logging in to wp-admin, it redirected to domain/wp-admin/ instead of /domain/blog/wp-admin.
What's the problem? I've set WP_SITE_URL and WP_HOME to /blog