Why the file can´t be openned on Nginx by browser?

前端 未结 0 1725
陌清茗
陌清茗 2021-01-22 09:34

I\'m trying to hide the last slash with this code:

rewrite ^/(.*)/$ /$1 permanent;

Im doing this for to achieve this:

example.com/         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题