How to prevent access to the original url
rewrite ^/account /account.php last;
I would like access to account.php return 404.
Thanks
rewrite ^/account /account.php last;
I would like access to account.php return 404.
Thanks