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