TeaWeb/build

典型的php网站的路由重写功能,使用TeaWeb的代理如何设置?

Opened this issue · 0 comments

你安装的TeaWeb版本:
v0.1.12

你的操作系统:
CentOS

你的问题简介:
请问下面这种典型的php网站(Laravel、thinkphp等)的路由重写功能,使用TeaWeb的代理如何设置?

问题详细描述:
location / {
try_files $uri $uri/ /index.php?$query_string;
}