WordPress multisite second site admin resulting in too many redirects error

There seems to be some issue the the nginx config. Is there any reason you have modified this rule differently then as documented in the wordpress documentation ? (https://wordpress.org/support/article/nginx/#wordpress-multisite-subdirectory-rules) I am specifically talking about following rule : if (!-e $request_filename) { rewrite /wp-admin$ $scheme://$host$uri/ permanent; rewrite /wp-admin$ $host/$uri/ permanent; rewrite ^(/[^/]+)?(/wp-.*) $2 last; rewrite ^(/[^/]+)?(/.*.php) … Read more