You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
你安装的TeaWeb版本:
v0.1.12
你的操作系统:
CentOS
你的问题简介:
请问下面这种典型的php网站(Laravel、thinkphp等)的路由重写功能,使用TeaWeb的代理如何设置?
问题详细描述:
location / {
try_files $uri $uri/ /index.php?$query_string;
}