diff --git a/content-sample/index.md b/content-sample/index.md index 5f1d707..9975a72 100644 --- a/content-sample/index.md +++ b/content-sample/index.md @@ -299,7 +299,7 @@ location ~ /pico/(\.htaccess|\.git|config|content|content-sample|lib|vendor|CHAN location ~ ^/pico(.*) { index index.php; - try_files $uri $uri/ /pico/?$1&$args; + try_files $uri $uri/ /pico/index.php?$1&$args; } ```