This website requires JavaScript.
Explore
Help
Sign In
zhouyonggao
/
cmbYouku_Api
Watch
1
Star
0
Fork
You've already forked cmbYouku_Api
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
33ac763000
cmbYouku_Api
/
public
/
nginx.htaccess
3 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
修改配置文件
2024-07-02 15:31:08 +08:00
if (!-e $request_filename) {
修改配置文件
2024-07-02 15:33:28 +08:00
rewrite ^(.*)$ /index.php?s=/$1 last;
修改配置文件
2024-07-02 15:31:08 +08:00
}