5

thinkphp6宝塔nginx伪静态配置

 1 year ago
source link: https://www.iplayio.cn/post/892537
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

thinkphp6宝塔nginx伪静态配置

发布:2天前 更新:2天前 folder_open 计算机编程语言 PHP编程 37 浏览 comment

原文地址:thinkphp6宝塔nginx伪静态配置

thinkphp6宝塔nginx伪静态配置示例

location ~* (runtime|application)/{
	return 403;
}
location / {
	if (!-e $request_filename){
		rewrite  ^(.*)$  /index.php?s=$1  last;   break;
	}
}

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK