Files
ServerStack/templates/thinkphp.conf
T
condor 679e0b4184 init
2026-07-24 18:54:53 +08:00

7 lines
102 B
Plaintext

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