oneinstack/config/thinkphp.conf
2024-07-15 13:21:08 +08:00

7 lines
102 B
Plaintext

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