location / {
index index.html index.htm index.php l.php;
autoindex on;
}
location /xxx1/x2 {
index index.html index.htm index.php;
try_files $uri $uri/ /xxx1/x2/index.php?$query_string;   //这是laravel的nginx配置
}

相关文章:

  • 2021-10-20
  • 2022-12-23
  • 2022-02-15
  • 2021-12-08
  • 2021-11-01
  • 2022-01-24
  • 2022-12-23
猜你喜欢
  • 2021-05-23
  • 2021-11-19
  • 2022-12-23
  • 2021-08-11
  • 2021-11-05
  • 2022-02-09
相关资源
相似解决方案