nginx fixed location does not fire before regex location

前端 未结 0 1132
长情又很酷
长情又很酷 2021-02-09 15:43
 location /engage/201 {
   try_files $uri /static/$uri /static/$uri.html;
 }

 location /.well-known {
 }
 location ~* /\\. {
   deny all;
 }

The first

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