mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-11 18:32:50 +00:00
6 lines
108 B
Plaintext
Executable File
6 lines
108 B
Plaintext
Executable File
location / {
|
|
if (!-e $request_filename) {
|
|
rewrite ^(.*)$ /index.php?s=/$1 last;
|
|
break;
|
|
}
|
|
} |