5 lines
100 B
Plaintext

location / {
index index.php index.html index.htm;
try_files $uri $uri/ /index.php?$args;
}