5 lines
98 B
Plaintext
Executable File
5 lines
98 B
Plaintext
Executable File
location / {
|
|
if (!-f $request_filename) {
|
|
rewrite ^(.*)$ /index.php?s=/$1 last;
|
|
}
|
|
} |