I am trying to write a regular expression in nginx that will match all paths under /wp-admin except for /wp-admin/admin-ajax.php. Anyone have any idea how to do this?
I am trying to write a regular expression in nginx that will match all
Share
With a negative lookahead, you can exclude that particular site: