if have following url:
https://kl-office.com/directory
how can configure nginx rewrite above url as:
https://kl-office.com
you try this:
rewrite ^.*$ / permanent;
although, rewrite any request /
if have following url:
https://kl-office.com/directory
how can configure nginx rewrite above url as:
https://kl-office.com
you try this:
rewrite ^.*$ / permanent;
although, rewrite any request /
Comments
Post a Comment