nk-lihaink-cn/public/nginx.htaccess
monanxiao b24287686d Revert "废弃文件,不需要合并"
This reverts commit cd0ebf8e5bda88fd9f27058610bebd051054b3d5.
2023-03-16 11:53:01 +08:00

6 lines
115 B
Plaintext

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