mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-02 09:18:15 +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;
|
|
}
|
|
} |