2020-10-25 18:30:34 +01:00

5 lines
100 B
Plaintext

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