5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
location / {
|
|
try_files $uri $uri/ /index.php?$query_string;
|
|
autoindex off;
|
|
}
|