oneinstack/config/thinkphp.conf

7 lines
102 B
Plaintext
Raw Normal View History

2024-07-15 13:21:08 +08:00
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
}