From b2a7c7623d523258f20082459acd5d5a3665ce27 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Wed, 11 May 2016 23:28:26 +0200 Subject: [PATCH] Sync docs --- content-sample/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } ```