소스 검색

Merge branch 'master' of github.com:oneinstack/oneinstack

lj2007331@gmail.com 5 년 전
부모
커밋
51d888f1d4
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      config/typecho.conf

+ 4 - 2
config/typecho.conf

@@ -1,3 +1,5 @@
-if (!-e $request_filename) {
-  rewrite ^(.*)$ /index.php$1 last;
+location / {
+  if (!-e $request_filename) {
+    rewrite ^(.*)$ /index.php$1 last;
+  }
 }