Files
cunkebao_v3/Server/public/nginx.htaccess
笔记本里的永平 86c261ba70 feat: 同步下新环境
2025-07-07 11:31:25 +08:00

5 lines
98 B
Plaintext

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