6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
location / {
|
|
if (!-e $request_filename) {
|
|
rewrite ^(.*)$ /index.php$1 last;
|
|
}
|
|
}
|