Browse Source

Sync docs

Daniel Rudolf 9 năm trước cách đây
mục cha
commit
b2a7c7623d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      content-sample/index.md

+ 1 - 1
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;
 }
 ```